diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-12-29 17:00:31 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-12-29 17:00:31 +0100 |
commit | 9e059f898ae1b0528cdde553fd51c661901e283a (patch) | |
tree | a24d9f742d35e89a97632583a854dd65e9529b17 /src/config-load.h | |
parent | f4881eb5e2892e75723b8cd26749b735741b52c4 (diff) | |
download | neco-9e059f898ae1b0528cdde553fd51c661901e283a.tar neco-9e059f898ae1b0528cdde553fd51c661901e283a.zip |
Load config dirs
Diffstat (limited to 'src/config-load.h')
-rw-r--r-- | src/config-load.h | 2 |
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); |