summaryrefslogtreecommitdiff
path: root/src/map/data/itemd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/data/itemd.h')
-rw-r--r--src/map/data/itemd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/data/itemd.h b/src/map/data/itemd.h
index 611d6cd..d3c529b 100644
--- a/src/map/data/itemd.h
+++ b/src/map/data/itemd.h
@@ -6,6 +6,7 @@
struct ItemdExt;
+struct ItemdExt *itemd_get_by_item(struct item *item);
struct ItemdExt *itemd_get(struct item_data *item);
struct ItemdExt *itemd_create(void);