From ff9409b1737627857eb47f64f536a3f66b6a09a4 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:01:07 +0200 Subject: Imported Upstream version 2.0.0 --- ListItem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ListItem.h') diff --git a/ListItem.h b/ListItem.h index a3ca075..b48f0ac 100644 --- a/ListItem.h +++ b/ListItem.h @@ -15,6 +15,7 @@ typedef struct ListItem_ { Object super; char* value; int key; + bool moving; } ListItem; @@ -26,7 +27,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 -- cgit v1.2.3