summaryrefslogtreecommitdiff
path: root/inc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/config.h')
-rw-r--r--inc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/config.h b/inc/config.h
index e5fe194..7252914 100644
--- a/inc/config.h
+++ b/inc/config.h
@@ -13,5 +13,5 @@ typedef struct Config {
extern Config cfg;
-void config_init(const char *path);
+void config_init(void);
void config_deinit(void);