summaryrefslogtreecommitdiffstats
path: root/Settings.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-03-09 08:58:38 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-03-09 08:58:38 +0000
commitda23c8c5a188324455c8f417293c10d85f65cb63 (patch)
treed7a4b8cb0af705de6650e20e00ba3da04d84b27f /Settings.h
parent12f4f09e6ed288bdedc86e4ef22f3cc34f0e787a (diff)
Clean up headers by using 'static' whenever possible.
Reduces resulting code size.
Diffstat (limited to 'Settings.h')
-rw-r--r--Settings.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Settings.h b/Settings.h
index 8c67d295..8eb575be 100644
--- a/Settings.h
+++ b/Settings.h
@@ -28,12 +28,10 @@ typedef struct Settings_ {
} Settings;
-Settings* Settings_new(ProcessList* pl, Header* header);
-
void Settings_delete(Settings* this);
-bool Settings_read(Settings* this, char* fileName);
-
bool Settings_write(Settings* this);
+Settings* Settings_new(ProcessList* pl, Header* header);
+
#endif

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