diff options
Diffstat (limited to 'src/login/login.h')
-rw-r--r-- | src/login/login.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/login.h b/src/login/login.h index 096329d33..1dd402291 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -139,6 +139,7 @@ struct login_interface { DBMap* auth_db; DBMap* online_db; int fd; + struct Login_Config *lc; 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); |