summaryrefslogtreecommitdiffstats
path: root/ListItem.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-04-25 19:41:23 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-04-25 19:41:23 -0300
commit78d09f955a0462d3cf328e7f753031cea2ba21c7 (patch)
tree8cb441bfe9228c474164880955a6bc06b4558ce4 /ListItem.h
parentd7e5020169d79cad593af93780063f7cc4d880d3 (diff)
Compare with long, for 64-bit systems
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy