summaryrefslogtreecommitdiffstats
path: root/CheckItem.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-18 17:41:49 +1000
committerNathan Scott <nathans@redhat.com>2020-08-18 17:41:49 +1000
commit7ac1c709b727bd460889f2765db9e2a37535ef90 (patch)
tree02a76cefab54370e77dbeb9888f5f223d7515eb0 /CheckItem.h
parent579995c7c2385b844d81b2508710dcbbe9b0d64f (diff)
Re-generate all headers with latest scripts/MakeHeader.py
Sync-up missing extern declarations for many functions.
Diffstat (limited to 'CheckItem.h')
-rw-r--r--CheckItem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/CheckItem.h b/CheckItem.h
index 5847d4b2..dbd1a039 100644
--- a/CheckItem.h
+++ b/CheckItem.h
@@ -21,12 +21,12 @@ typedef struct CheckItem_ {
extern ObjectClass CheckItem_class;
-CheckItem* CheckItem_newByRef(char* text, bool* ref);
+extern CheckItem* CheckItem_newByRef(char* text, bool* ref);
-CheckItem* CheckItem_newByVal(char* text, bool value);
+extern CheckItem* CheckItem_newByVal(char* text, bool value);
-void CheckItem_set(CheckItem* this, bool value);
+extern void CheckItem_set(CheckItem* this, bool value);
-bool CheckItem_get(CheckItem* this);
+extern bool CheckItem_get(CheckItem* this);
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy