summaryrefslogtreecommitdiff
path: root/src/char/mapif.c
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.c
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.c')
-rw-r--r--src/char/mapif.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/char/mapif.c b/src/char/mapif.c
index 1dfa08b82..269bfc397 100644
--- a/src/char/mapif.c
+++ b/src/char/mapif.c
@@ -2013,8 +2013,6 @@ void mapif_parse_ItemBoundRetrieve(int fd)
}
void mapif_parse_accinfo(int fd);
-void mapif_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 mapif_broadcast(const unsigned char *mes, int len, unsigned int fontColor, short fontType, short fontSize, short fontAlign, short fontY, int sfd);
int mapif_wis_message(struct WisData *wd);
void mapif_wis_response(int fd, const unsigned char *src, int flag);
@@ -2208,7 +2206,6 @@ void mapif_defaults(void) {
mapif->itembound_ack = mapif_itembound_ack;
mapif->parse_ItemBoundRetrieve = mapif_parse_ItemBoundRetrieve;
mapif->parse_accinfo = mapif_parse_accinfo;
- mapif->parse_accinfo2 = mapif_parse_accinfo2;
mapif->broadcast = mapif_broadcast;
mapif->wis_message = mapif_wis_message;
mapif->wis_response = mapif_wis_response;