diff options
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r-- | src/net/eathena/loginhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index 2b683f044..b6787939c 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -73,7 +73,8 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler private: void sendLoginRegister(const std::string &username, - const std::string &password); + const std::string &password, + const std::string &email); }; } // namespace EAthena |