summaryrefslogtreecommitdiffstats
path: root/src/config-load.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-12-29 17:00:31 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-12-29 17:00:31 +0100
commit9e059f898ae1b0528cdde553fd51c661901e283a (patch)
treea24d9f742d35e89a97632583a854dd65e9529b17 /src/config-load.h
parentf4881eb5e2892e75723b8cd26749b735741b52c4 (diff)
downloadneco-9e059f898ae1b0528cdde553fd51c661901e283a.tar
neco-9e059f898ae1b0528cdde553fd51c661901e283a.zip
Load config dirs
Diffstat (limited to 'src/config-load.h')
-rw-r--r--src/config-load.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config-load.h b/src/config-load.h
index 0c278ee..e2b4736 100644
--- a/src/config-load.h
+++ b/src/config-load.h
@@ -2,4 +2,4 @@
#include <stdbool.h>
-bool read_config_file(const char *path);
+bool read_config(const char *path);