summaryrefslogtreecommitdiff
path: root/src/gui/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/npc.h')
-rw-r--r--src/gui/npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/npc.h b/src/gui/npc.h
index a0828a9a..02cc7eb1 100644
--- a/src/gui/npc.h
+++ b/src/gui/npc.h
@@ -27,7 +27,7 @@ struct ITEM {
};
char *item_list(int index, int *list_size);
-void parse_items(char *string, short len);
+void parse_items(const char *string);
void remove_all_items();
#endif