summaryrefslogtreecommitdiff
path: root/src/char/inter.h
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2014-02-10 18:14:36 +0100
committerHaruna <haru@dotalux.com>2014-02-10 18:14:36 +0100
commitafb013850baddb26a4600b60c0ee713fb9d05784 (patch)
tree0fb649df5b66a3297de50e1b746760b899e6e504 /src/char/inter.h
parent9dea9f8287efd2a1b65863f258ace92acf5f486e (diff)
parentda233d52bba427b42265aeef08605504d51147ea (diff)
downloadhercules-afb013850baddb26a4600b60c0ee713fb9d05784.tar.gz
hercules-afb013850baddb26a4600b60c0ee713fb9d05784.tar.bz2
hercules-afb013850baddb26a4600b60c0ee713fb9d05784.tar.xz
hercules-afb013850baddb26a4600b60c0ee713fb9d05784.zip
Merge pull request #256 from hemagx/master
Merged~ Thank you for your contribution to Hercules!
Diffstat (limited to 'src/char/inter.h')
-rw-r--r--src/char/inter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/inter.h b/src/char/inter.h
index 2c07b20e2..b484a1610 100644
--- a/src/char/inter.h
+++ b/src/char/inter.h
@@ -15,6 +15,7 @@ int inter_parse_frommap(int fd);
int inter_mapif_init(int fd);
int mapif_send_gmaccounts(void);
int mapif_disconnectplayer(int fd, int account_id, int char_id, int reason);
+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 inter_log(char *fmt,...);
int inter_vlog(char *fmt, va_list ap);