summaryrefslogtreecommitdiff
path: root/src/login/login.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-26 19:59:35 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-07 11:16:02 +0300
commit1baf68e197ad64444dcb558d34235c1a670eb2ed (patch)
treec281bac4e1ba8f50a0c04728fa6dc20d30f6fd3a /src/login/login.h
parent29a2fd0fa38ad1ec131f64f4d7ec0aa7ffef907d (diff)
downloadhercules-1baf68e197ad64444dcb558d34235c1a670eb2ed.tar.gz
hercules-1baf68e197ad64444dcb558d34235c1a670eb2ed.tar.bz2
hercules-1baf68e197ad64444dcb558d34235c1a670eb2ed.tar.xz
hercules-1baf68e197ad64444dcb558d34235c1a670eb2ed.zip
fix plugins compilation.
Diffstat (limited to 'src/login/login.h')
-rw-r--r--src/login/login.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/login.h b/src/login/login.h
index 2917ae2b3..096329d33 100644
--- a/src/login/login.h
+++ b/src/login/login.h
@@ -104,7 +104,7 @@ struct Login_Config {
int subnet_count;
};
-struct auth_node {
+struct login_auth_node {
int account_id;
uint32 login_id1;
uint32 login_id2;
@@ -157,7 +157,7 @@ struct login_interface {
void (*fromchar_accinfo) (int fd, int account_id, int u_fd, int u_aid, int u_group, int map_fd, struct mmo_account *acc);
void (*fromchar_account) (int fd, int account_id, struct mmo_account *acc);
void (*fromchar_account_update_other) (int account_id, unsigned int state);
- void (*fromchar_auth_ack) (int fd, int account_id, uint32 login_id1, uint32 login_id2, uint8 sex, int request_id, struct auth_node* node);
+ void (*fromchar_auth_ack) (int fd, int account_id, uint32 login_id1, uint32 login_id2, uint8 sex, int request_id, struct login_auth_node* node);
void (*fromchar_ban) (int account_id, time_t timestamp);
void (*fromchar_change_sex_other) (int account_id, char sex);
void (*fromchar_pong) (int fd);