summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 99e0752d1..17fcfb446 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -18,7 +18,7 @@ typedef unsigned int in_addr_t;
struct packet_db {
short len;
- void (*func)();
+ void (*func)(int, struct map_session_data *);
short pos[20];
};
extern struct packet_db packet_db[MAX_PACKET_VER + 1][MAX_PACKET_DB];