summaryrefslogtreecommitdiff
path: root/src/map/parse.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-03 20:33:41 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-03 20:34:12 +0300
commit7013684efe7fe3dab29e1125197285a8cde8f978 (patch)
tree43f1965eca0361dcf0d748a91c96043636e772b6 /src/map/parse.h
parentbb82b741257eb5d389f61fc4ab202b629a58b0d9 (diff)
downloadevol-hercules-7013684efe7fe3dab29e1125197285a8cde8f978.tar.gz
evol-hercules-7013684efe7fe3dab29e1125197285a8cde8f978.tar.bz2
evol-hercules-7013684efe7fe3dab29e1125197285a8cde8f978.tar.xz
evol-hercules-7013684efe7fe3dab29e1125197285a8cde8f978.zip
map: add join channel packets.
Diffstat (limited to 'src/map/parse.h')
-rw-r--r--src/map/parse.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/parse.h b/src/map/parse.h
index ea45975..8d28c6a 100644
--- a/src/map/parse.h
+++ b/src/map/parse.h
@@ -5,9 +5,6 @@
#define EVOL_MAP_PARSE
void map_parse_version(int fd);
-void sample_packet0f3(int fd);
-
-int epc_parse_setparam_pre(struct map_session_data *sd, int *type, int *val);
-int epc_parse_readparam_pre(struct map_session_data* sd, int *type);
+void map_parse_join_channel(int fd);
#endif // EVOL_MAP_PARSE