diff options
author | gumi <git@gumi.ca> | 2020-05-20 17:04:04 +0000 |
---|---|---|
committer | Helianthella <mekolat+github@gmail.com> | 2020-05-20 17:29:54 +0000 |
commit | 12d81c4f8fff03eb01636a0eb99c6fccf1c13726 (patch) | |
tree | 667f5867d34dcf451872945e80d29dffbd32fbf0 /src/emap/send.h | |
parent | 40fa6d72362f1aea9f67e628b10c510234aa2f23 (diff) | |
download | evol-hercules-onlinelist2.tar.gz evol-hercules-onlinelist2.tar.bz2 evol-hercules-onlinelist2.tar.xz evol-hercules-onlinelist2.zip |
add support for SMSG_ONLINE_LIST2onlinelist2
Diffstat (limited to 'src/emap/send.h')
-rw-r--r-- | src/emap/send.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/send.h b/src/emap/send.h index b89f1fc..7e15a03 100644 --- a/src/emap/send.h +++ b/src/emap/send.h @@ -37,6 +37,7 @@ void send_slave_say(struct map_session_data *sd, const char *const name, const char *const message); void send_online_list(int fd, const char *buf, unsigned size); +void send_online_list2(int fd, const char *buf, unsigned size); void send_client_command(struct map_session_data *sd, const char *const command); void send_changelook2(struct map_session_data* sd, |