summaryrefslogtreecommitdiffstats
path: root/Settings.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 /Settings.h
parent579995c7c2385b844d81b2508710dcbbe9b0d64f (diff)
Re-generate all headers with latest scripts/MakeHeader.py
Sync-up missing extern declarations for many functions.
Diffstat (limited to 'Settings.h')
-rw-r--r--Settings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Settings.h b/Settings.h
index d9dc0683..4f8722b3 100644
--- a/Settings.h
+++ b/Settings.h
@@ -58,12 +58,12 @@ typedef struct Settings_ {
#endif
-void Settings_delete(Settings* this);
+extern void Settings_delete(Settings* this);
-bool Settings_write(Settings* this);
+extern bool Settings_write(Settings* this);
-Settings* Settings_new(int cpuCount);
+extern Settings* Settings_new(int cpuCount);
-void Settings_invertSortOrder(Settings* this);
+extern void Settings_invertSortOrder(Settings* this);
#endif

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