From 4ec5aa223ec7c1e727ea2497936cbab5e3e57463 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 30 Apr 2014 13:07:39 +1200 Subject: General tidy-up --- config_file.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config_file.h') 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 @@ -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 */ -- cgit v1.1