summaryrefslogtreecommitdiff
path: root/src/echar/char.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-02-12 20:48:51 +0300
committerAndrei Karas <akaras@inbox.ru>2019-02-12 20:48:51 +0300
commit3ec34a184f0bedd71c529be06eccd0b882d2d25a (patch)
treed0d6d9d2393c116c72720b15d0cb05ee6a3a8a02 /src/echar/char.h
parent3c0e3838f77a62a69130d7b2674e21e2133a7f83 (diff)
downloadevol-hercules-3ec34a184f0bedd71c529be06eccd0b882d2d25a.tar.gz
evol-hercules-3ec34a184f0bedd71c529be06eccd0b882d2d25a.tar.bz2
evol-hercules-3ec34a184f0bedd71c529be06eccd0b882d2d25a.tar.xz
evol-hercules-3ec34a184f0bedd71c529be06eccd0b882d2d25a.zip
Update from hercules.
Diffstat (limited to 'src/echar/char.h')
-rw-r--r--src/echar/char.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/echar/char.h b/src/echar/char.h
index 708a558..23a9a4d 100644
--- a/src/echar/char.h
+++ b/src/echar/char.h
@@ -15,6 +15,8 @@ void echar_parse_login_password_change_ack(int charFd);
void echar_send_HC_ACK_CHARINFO_PER_PAGE_post(int fd, struct char_session_data *sd);
+void echar_send_HC_ACK_CHARINFO_PER_PAGE_tail_pre(int *fdPtr, struct char_session_data **sdPtr);
+
int echar_mmo_char_send_characters_post(int retVal, int fd, struct char_session_data *sd);
void send_additional_slots(int fd, struct char_session_data* sd);