summaryrefslogtreecommitdiff
path: root/src/char/char.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-23 22:33:42 +0300
committerAndrei Karas <akaras@inbox.ru>2019-02-05 01:16:49 +0300
commit020392fd8a9958dcdc58c98e26d34c0d5d72d6ac (patch)
treea5ba9638470def39a017a78e4676a809a8e49277 /src/char/char.h
parent89fe666e4a067c8721c37692ab5726a23c143307 (diff)
downloadhercules-020392fd8a9958dcdc58c98e26d34c0d5d72d6ac.tar.gz
hercules-020392fd8a9958dcdc58c98e26d34c0d5d72d6ac.tar.bz2
hercules-020392fd8a9958dcdc58c98e26d34c0d5d72d6ac.tar.xz
hercules-020392fd8a9958dcdc58c98e26d34c0d5d72d6ac.zip
Split function char_send_HC_ACK_CHARINFO_PER_PAGE
Diffstat (limited to 'src/char/char.h')
-rw-r--r--src/char/char.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/char.h b/src/char/char.h
index 914530537..632695ca4 100644
--- a/src/char/char.h
+++ b/src/char/char.h
@@ -154,6 +154,7 @@ struct char_interface {
int (*count_users) (void);
int (*mmo_char_tobuf) (uint8* buffer, struct mmo_charstatus* p);
void (*send_HC_ACK_CHARINFO_PER_PAGE) (int fd, struct char_session_data *sd);
+ void (*send_HC_ACK_CHARINFO_PER_PAGE_tail) (int fd, struct char_session_data *sd);
void (*mmo_char_send_ban_list) (int fd, struct char_session_data *sd);
void (*mmo_char_send_slots_info) (int fd, struct char_session_data* sd);
int (*mmo_char_send_characters) (int fd, struct char_session_data* sd);