summaryrefslogtreecommitdiff
path: root/src/elogin/send.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/elogin/send.h')
-rw-r--r--src/elogin/send.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/elogin/send.h b/src/elogin/send.h
new file mode 100644
index 0000000..5fdb6c4
--- /dev/null
+++ b/src/elogin/send.h
@@ -0,0 +1,11 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_LOGIN_SEND
+#define EVOL_LOGIN_SEND
+
+void send_server_version();
+void send_update_host(int fd);
+void send_char_password_change_ack(int fd, int accoundId, char status);
+
+#endif // EVOL_LOGIN_SEND