summaryrefslogtreecommitdiff
path: root/src/login/parse.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-06 16:41:37 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-06 16:41:37 +0300
commit70b2187fc910a5d5cf35fb749e0e303e7d7b494e (patch)
treed1db87f25f5c69098284615e29950af96c628d48 /src/login/parse.h
parent6fca6921a8047948bdee175ea9fe5d3902e524d5 (diff)
downloadevol-hercules-70b2187fc910a5d5cf35fb749e0e303e7d7b494e.tar.gz
evol-hercules-70b2187fc910a5d5cf35fb749e0e303e7d7b494e.tar.bz2
evol-hercules-70b2187fc910a5d5cf35fb749e0e303e7d7b494e.tar.xz
evol-hercules-70b2187fc910a5d5cf35fb749e0e303e7d7b494e.zip
login: add version packet.
Diffstat (limited to 'src/login/parse.h')
-rw-r--r--src/login/parse.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/login/parse.h b/src/login/parse.h
new file mode 100644
index 0000000..8595bd1
--- /dev/null
+++ b/src/login/parse.h
@@ -0,0 +1,9 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_LOGIN_PARSE
+#define EVOL_LOGIN_PARSE
+
+void login_parse_version(int fd);
+
+#endif // EVOL_LOGIN_PARSE