summaryrefslogtreecommitdiff
path: root/src/map/parse.h
diff options
context:
space:
mode:
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