summaryrefslogtreecommitdiffstats
path: root/ListItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'ListItem.h')
-rw-r--r--ListItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ListItem.h b/ListItem.h
index a3ca0759..46d2d653 100644
--- a/ListItem.h
+++ b/ListItem.h
@@ -26,7 +26,7 @@ void ListItem_append(ListItem* this, const char* text);
const char* ListItem_getRef(ListItem* this);
-int ListItem_compare(const void* cast1, const void* cast2);
+long ListItem_compare(const void* cast1, const void* cast2);
#endif