sakisafe/sakisafecli/config.h
qorg11 1d71334340 Better documentation in the code
New flag: -C, which prints the current settings (Still have to add it to the manpage and help message)
2022-06-23 16:45:46 +02:00

9 lines
146 B
C

#include <libconfig.h>
/* Parse the config file */
void
parse_config_file(FILE *config);
/* Print the current settings */
void
print_config();