summaryrefslogtreecommitdiff
path: root/src/net/accountserver/account.h
diff options
context:
space:
mode:
authorRogier Polak <rogier.l.a.polak@gmail.com>2007-02-23 19:18:28 +0000
committerRogier Polak <rogier.l.a.polak@gmail.com>2007-02-23 19:18:28 +0000
commit775404c84c3250225d43f10c4a5363e997618cb2 (patch)
tree38393287d1554d8e19471f24bc65525c79efeccb /src/net/accountserver/account.h
parentfee8461a594770f8ef2bd826868a4ae81270a666 (diff)
downloadmana-client-775404c84c3250225d43f10c4a5363e997618cb2.tar.gz
mana-client-775404c84c3250225d43f10c4a5363e997618cb2.tar.bz2
mana-client-775404c84c3250225d43f10c4a5363e997618cb2.tar.xz
mana-client-775404c84c3250225d43f10c4a5363e997618cb2.zip
Added unregistering, logout_then_exit, switch_character and switch_accountserver.
Diffstat (limited to 'src/net/accountserver/account.h')
-rw-r--r--src/net/accountserver/account.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net/accountserver/account.h b/src/net/accountserver/account.h
index aaf3afe0..d3c84a15 100644
--- a/src/net/accountserver/account.h
+++ b/src/net/accountserver/account.h
@@ -41,13 +41,14 @@ namespace Net
void selectCharacter(char slot);
- void unregister();
+ void unregister(const std::string &username,
+ const std::string &password);
void changeEmail(const std::string &email);
void getEmail();
- void changePassword(const std::string &oldPassowrd,
+ void changePassword(const std::string &oldPassword,
const std::string &newPassword);
}
}