summaryrefslogtreecommitdiffstats
path: root/ListItem.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-18 17:41:49 +1000
committerNathan Scott <nathans@redhat.com>2020-08-18 17:41:49 +1000
commit7ac1c709b727bd460889f2765db9e2a37535ef90 (patch)
tree02a76cefab54370e77dbeb9888f5f223d7515eb0 /ListItem.h
parent579995c7c2385b844d81b2508710dcbbe9b0d64f (diff)
Re-generate all headers with latest scripts/MakeHeader.py
Sync-up missing extern declarations for many functions.
Diffstat (limited to 'ListItem.h')
-rw-r--r--ListItem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ListItem.h b/ListItem.h
index b48f0acd..7fed9237 100644
--- a/ListItem.h
+++ b/ListItem.h
@@ -21,13 +21,13 @@ typedef struct ListItem_ {
extern ObjectClass ListItem_class;
-ListItem* ListItem_new(const char* value, int key);
+extern ListItem* ListItem_new(const char* value, int key);
-void ListItem_append(ListItem* this, const char* text);
+extern void ListItem_append(ListItem* this, const char* text);
-const char* ListItem_getRef(ListItem* this);
+extern const char* ListItem_getRef(ListItem* this);
-long ListItem_compare(const void* cast1, const void* cast2);
+extern long ListItem_compare(const void* cast1, const void* cast2);
#endif

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