summaryrefslogtreecommitdiffstats
path: root/CheckItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'CheckItem.h')
-rw-r--r--CheckItem.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/CheckItem.h b/CheckItem.h
index dbd1a039..654c21f4 100644
--- a/CheckItem.h
+++ b/CheckItem.h
@@ -1,5 +1,3 @@
-/* Do not edit this file. It was automatically generated. */
-
#ifndef HEADER_CheckItem
#define HEADER_CheckItem
/*
@@ -21,12 +19,12 @@ typedef struct CheckItem_ {
extern ObjectClass CheckItem_class;
-extern CheckItem* CheckItem_newByRef(char* text, bool* ref);
+CheckItem* CheckItem_newByRef(char* text, bool* ref);
-extern CheckItem* CheckItem_newByVal(char* text, bool value);
+CheckItem* CheckItem_newByVal(char* text, bool value);
-extern void CheckItem_set(CheckItem* this, bool value);
+void CheckItem_set(CheckItem* this, bool value);
-extern bool CheckItem_get(CheckItem* this);
+bool CheckItem_get(CheckItem* this);
#endif