summaryrefslogtreecommitdiff
path: root/src/map/parse.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-03 22:12:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-03 22:12:44 +0300
commitbf5775fe4c2ea24a4404335ea01a60ac76021230 (patch)
treea996654ebc083473060ebeb887df8345d8266514 /src/map/parse.h
parent7013684efe7fe3dab29e1125197285a8cde8f978 (diff)
downloadevol-hercules-bf5775fe4c2ea24a4404335ea01a60ac76021230.tar.gz
evol-hercules-bf5775fe4c2ea24a4404335ea01a60ac76021230.tar.bz2
evol-hercules-bf5775fe4c2ea24a4404335ea01a60ac76021230.tar.xz
evol-hercules-bf5775fe4c2ea24a4404335ea01a60ac76021230.zip
map: add part channel packet.
Diffstat (limited to 'src/map/parse.h')
-rw-r--r--src/map/parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/parse.h b/src/map/parse.h
index 8d28c6a..dc5f020 100644
--- a/src/map/parse.h
+++ b/src/map/parse.h
@@ -6,5 +6,6 @@
void map_parse_version(int fd);
void map_parse_join_channel(int fd);
+void map_parse_part_channel(int fd);
#endif // EVOL_MAP_PARSE