summaryrefslogtreecommitdiff
path: root/src/char/char.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-14 23:30:25 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-14 23:30:25 +0300
commit8ab5a7a975aa87ef21619e960d5ca63f0eef3732 (patch)
tree861ea369a0dd41c95e1f61988b5fdafb85c5a784 /src/char/char.h
parentebf09a72221e05de9cd60e3df806f54e29329f4c (diff)
downloadevol-hercules-8ab5a7a975aa87ef21619e960d5ca63f0eef3732.tar.gz
evol-hercules-8ab5a7a975aa87ef21619e960d5ca63f0eef3732.tar.bz2
evol-hercules-8ab5a7a975aa87ef21619e960d5ca63f0eef3732.tar.xz
evol-hercules-8ab5a7a975aa87ef21619e960d5ca63f0eef3732.zip
char: send correct error code if on char creation class or sex is wrong.
Diffstat (limited to 'src/char/char.h')
-rw-r--r--src/char/char.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/char/char.h b/src/char/char.h
index 2ebbdb3..7896a0e 100644
--- a/src/char/char.h
+++ b/src/char/char.h
@@ -8,4 +8,6 @@ void echar_parse_char_login_map_server(int *fd);
void echar_parse_char_create_new_char(int *fdPtr, struct char_session_data* sd);
+void echar_creation_failed(int *fdPtr, int *result);
+
#endif // EVOL_CHAR_CHAR