summaryrefslogtreecommitdiff
path: root/src/echar/char.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/echar/char.h')
-rw-r--r--src/echar/char.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/echar/char.h b/src/echar/char.h
new file mode 100644
index 0000000..b013f44
--- /dev/null
+++ b/src/echar/char.h
@@ -0,0 +1,19 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_CHAR_CHAR
+#define EVOL_CHAR_CHAR
+
+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);
+
+void echar_parse_char_ping(int *fdPtr);
+
+void echar_parse_change_paassword(int fd);
+
+void echar_parse_login_password_change_ack(int charFd);
+
+#endif // EVOL_CHAR_CHAR