summaryrefslogtreecommitdiff
path: root/src/char/mapif.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-06-25 05:17:28 +0200
committerHaru <haru@dotalux.com>2018-06-30 01:51:13 +0200
commit1999d1f7b120802c7a8ef6a465fdd244b9ba7797 (patch)
treeed416684547bfd70b480b2f7245f7971010698a5 /src/char/mapif.h
parent031f6ee5a7c8bb2f33929d5e17cd264b21d08b9f (diff)
downloadhercules-1999d1f7b120802c7a8ef6a465fdd244b9ba7797.tar.gz
hercules-1999d1f7b120802c7a8ef6a465fdd244b9ba7797.tar.bz2
hercules-1999d1f7b120802c7a8ef6a465fdd244b9ba7797.tar.xz
hercules-1999d1f7b120802c7a8ef6a465fdd244b9ba7797.zip
Move some non-mapif functionality from the mapif interface to the inter/char interfaces
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/mapif.h')
-rw-r--r--src/char/mapif.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/char/mapif.h b/src/char/mapif.h
index c5dd86f8f..d67ce1c79 100644
--- a/src/char/mapif.h
+++ b/src/char/mapif.h
@@ -174,8 +174,6 @@ struct mapif_interface {
int (*itembound_ack) (int fd, int aid, int guild_id);
void (*parse_ItemBoundRetrieve) (int fd);
void (*parse_accinfo) (int fd);
- void (*parse_accinfo2) (bool success, int map_fd, int u_fd, int u_aid, int account_id, const char *userid, const char *user_pass,
- const char *email, const char *last_ip, const char *lastlogin, const char *pin_code, const char *birthdate, int group_id, int logincount, int state);
int (*broadcast) (const unsigned char *mes, int len, unsigned int fontColor, short fontType, short fontSize, short fontAlign, short fontY, int sfd);
int (*wis_message) (struct WisData *wd);
void (*wis_response) (int fd, const unsigned char *src, int flag);