diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2024-01-13 01:10:07 -0800 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2024-01-13 01:10:07 -0800 |
| commit | c39de958ace0d6dc0abdf5667bb50a43d9930927 (patch) | |
| tree | f756c50e9ed36a79b76eef911969cd76285093ea /sakisafecli/config.h | |
initial
Diffstat (limited to 'sakisafecli/config.h')
| -rw-r--r-- | sakisafecli/config.h | 9 |
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(); |
