diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-13 22:53:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-13 22:53:12 +0300 |
commit | f8b3342f690816022d26038389431002e9cf3648 (patch) | |
tree | 1553caed418b7fc6496b196eb70894e460bec0e5 /src/echar/char.h | |
parent | a38eb2a333972481d99c5fe0c152ba6d59fba839 (diff) | |
download | evol-hercules-f8b3342f690816022d26038389431002e9cf3648.tar.gz evol-hercules-f8b3342f690816022d26038389431002e9cf3648.tar.bz2 evol-hercules-f8b3342f690816022d26038389431002e9cf3648.tar.xz evol-hercules-f8b3342f690816022d26038389431002e9cf3648.zip |
Fix and restore client version in login and char server.
Diffstat (limited to 'src/echar/char.h')
-rw-r--r-- | src/echar/char.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/echar/char.h b/src/echar/char.h index 27994ba..1bf9923 100644 --- a/src/echar/char.h +++ b/src/echar/char.h @@ -26,4 +26,8 @@ int echar_mmo_char_send_characters(int retVal, int *fdPtr, struct char_session_d void send_additional_slots(int fd, struct char_session_data* sd); +void echar_parse_char_connect_pre(int *fdPtr, struct char_session_data *sd, uint32 *ipl); + +void echar_parse_char_connect_post(int *fdPtr, struct char_session_data *sd, uint32 *ipl); + #endif // EVOL_CHAR_CHAR |