From 7ac1c709b727bd460889f2765db9e2a37535ef90 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 18 Aug 2020 17:41:49 +1000 Subject: Re-generate all headers with latest scripts/MakeHeader.py Sync-up missing extern declarations for many functions. --- ListItem.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ListItem.h') 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 -- cgit v1.2.3