From f80394a20254938142011855f2954b3f63fe5909 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 15 Sep 2020 08:00:00 +0200 Subject: New upstream version 3.0.2 --- ListItem.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'ListItem.h') diff --git a/ListItem.h b/ListItem.h index 402c5c4..3fea725 100644 --- a/ListItem.h +++ b/ListItem.h @@ -1,5 +1,3 @@ -/* Do not edit this file. It was automatically generated. */ - #ifndef HEADER_ListItem #define HEADER_ListItem /* @@ -18,15 +16,14 @@ typedef struct ListItem_ { bool moving; } ListItem; - extern ObjectClass ListItem_class; -extern ListItem* ListItem_new(const char* value, int key); +ListItem* ListItem_new(const char* value, int key); -extern void ListItem_append(ListItem* this, const char* text); +void ListItem_append(ListItem* this, const char* text); -extern const char* ListItem_getRef(ListItem* this); +const char* ListItem_getRef(ListItem* this); -extern long ListItem_compare(const void* cast1, const void* cast2); +long ListItem_compare(const void* cast1, const void* cast2); #endif -- cgit v1.2.3