summaryrefslogtreecommitdiffstats
path: root/ListItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'ListItem.h')
-rw-r--r--ListItem.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ListItem.h b/ListItem.h
index b48f0acd..ba159502 100644
--- a/ListItem.h
+++ b/ListItem.h
@@ -19,8 +19,14 @@ typedef struct ListItem_ {
} ListItem;
+void ListItem_delete(Object* cast);
+
+void ListItem_display(Object* cast, RichString* out);
+
extern ObjectClass ListItem_class;
+void ListItem_init(ListItem* this, const char* value, int key);
+
ListItem* ListItem_new(const char* value, int key);
void ListItem_append(ListItem* this, const char* text);