summaryrefslogtreecommitdiff
path: root/sakisafecli/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sakisafecli/config.h')
-rw-r--r--sakisafecli/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sakisafecli/config.h b/sakisafecli/config.h
new file mode 100644
index 0000000..ede4bc2
--- /dev/null
+++ b/sakisafecli/config.h
@@ -0,0 +1,9 @@
+#include <libconfig.h>
+
+/* Parse the config file */
+void
+parse_config_file(FILE *config);
+
+/* Print the current settings */
+void
+print_config();