diff options
Diffstat (limited to 'src/login/login.h')
-rw-r--r-- | src/login/login.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/login/login.h b/src/login/login.h index 1dd402291..f86abaf4b 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -9,6 +9,7 @@ #include "../common/mmo.h" // NAME_LENGTH,SEX_* struct mmo_account; +struct AccountDB; enum E_LOGINSERVER_ST { @@ -140,6 +141,7 @@ struct login_interface { DBMap* online_db; int fd; struct Login_Config *lc; + struct AccountDB* accounts; int (*mmo_auth) (struct login_session_data* sd, bool isServer); int (*mmo_auth_new) (const char* userid, const char* pass, const char sex, const char* last_ip); |