summaryrefslogtreecommitdiffstats
path: root/src/config-load.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-load.h')
-rw-r--r--src/config-load.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config-load.h b/src/config-load.h
new file mode 100644
index 0000000..0c278ee
--- /dev/null
+++ b/src/config-load.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <stdbool.h>
+
+bool read_config_file(const char *path);