aboutsummaryrefslogtreecommitdiff
path: root/config_file.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-04-30 13:07:39 +1200
committerDavid <dbphillipsnz@gmail.com>2014-04-30 13:07:39 +1200
commit4ec5aa223ec7c1e727ea2497936cbab5e3e57463 (patch)
tree842cf6bbac21617a0361fd5cd1a7dec5c039566b /config_file.h
parentb7d55116cc2c6a53891ea0d20686c79a6dd803bd (diff)
downloadparamano-4ec5aa223ec7c1e727ea2497936cbab5e3e57463.tar.xz
General tidy-up
Diffstat (limited to 'config_file.h')
-rw-r--r--config_file.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config_file.h b/config_file.h
index cb491d4..d8e150b 100644
--- a/config_file.h
+++ b/config_file.h
@@ -17,7 +17,7 @@
************************************************************************/
#ifndef CONFIG_FILE_H
-#define CONFIG_FILE_H 1
+#define CONFIG_FILE_H
#include <glib.h>
@@ -28,7 +28,7 @@ struct config_file
};
gboolean config_open(struct config_file* config_file);
-void config_close(struct config_file* config_file);
-gchar* config_get_key(struct config_file* config_file, const gchar* group_name, const gchar* key_name);
+void config_close(struct config_file* config_file);
+gchar* config_get_key(struct config_file* config_file, const gchar* group_name, const gchar* key_name);
-#endif /* ifndef CONFIG_FILE_H */ \ No newline at end of file
+#endif /* ifndef CONFIG_FILE_H */