aboutsummaryrefslogtreecommitdiff
path: root/include/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cfg.h b/include/cfg.h
index d3814f3..b50c16b 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -23,7 +23,7 @@
#define CFG_MAX 255
int cfg_open(const char* filename);
-void cfg_close();
+void cfg_close(void);
int cfg_get_key(char* val, const char* key);
#endif