summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-rpc/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad-rpc/src/lib.rs b/mullvad-rpc/src/lib.rs
index ced3bfc729..f3fcd4d209 100644
--- a/mullvad-rpc/src/lib.rs
+++ b/mullvad-rpc/src/lib.rs
@@ -107,6 +107,7 @@ jsonrpc_client!(pub struct AccountsProxy {
pub fn create_account(&mut self) -> RpcRequest<AccountToken>;
pub fn get_expiry(&mut self, account_token: AccountToken) -> RpcRequest<DateTime<Utc>>;
pub fn get_www_auth_token(&mut self, account_token: AccountToken) -> RpcRequest<String>;
+ pub fn submit_voucher(&mut self, account_token: AccountToken) -> RpcRequest<String>;
});
jsonrpc_client!(pub struct ProblemReportProxy {