summaryrefslogtreecommitdiff
path: root/sakisafecli/config.h
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2024-01-13 01:10:07 -0800
committerTyler Hoang <tyler@tylerhoang.xyz>2024-01-13 01:10:07 -0800
commitc39de958ace0d6dc0abdf5667bb50a43d9930927 (patch)
treef756c50e9ed36a79b76eef911969cd76285093ea /sakisafecli/config.h
initial
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();