diff options
Diffstat (limited to 'remoting/client/client_util.h')
-rw-r--r-- | remoting/client/client_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/client/client_util.h b/remoting/client/client_util.h index ba9fefe..78ebcc0 100644 --- a/remoting/client/client_util.h +++ b/remoting/client/client_util.h @@ -9,10 +9,10 @@ namespace remoting { -// Get the login info from the console and writes into |host_jid|, |username| +// Get the login info from the console and writes into |host_jid|, |username|, // and |auth_token|. Return true if successful. -bool GetLoginInfo(std::string& host_jid, std::string& username, - std::string& auth_token); +bool GetLoginInfo(std::string* host_jid, std::string* username, + std::string* auth_token); } // namespace remoting |