summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 1c9565341..9d8a0b194 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -695,6 +695,7 @@ void map_deliddb(struct block_list *bl);
int map_foreachiddb(int (*)(void*,void*,va_list),...);
void map_addnickdb(struct map_session_data *);
struct map_session_data * map_nick2sd(char*);
+int compare_item(struct item *a, struct item *b);
// gatŠÖ˜A
int map_getcell(int,int,int);