From f3147ea2d1598914c2db53e8cfb34c8ff81e2ff4 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Thu, 27 Aug 2020 07:48:10 +0200 Subject: New upstream version 3.0.0 --- ListItem.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'ListItem.h') diff --git a/ListItem.h b/ListItem.h index b48f0ac..402c5c4 100644 --- a/ListItem.h +++ b/ListItem.h @@ -21,13 +21,12 @@ 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); - -long ListItem_compare(const void* cast1, const void* cast2); +extern const char* ListItem_getRef(ListItem* this); +extern long ListItem_compare(const void* cast1, const void* cast2); #endif -- cgit v1.2.3