sakisafe/sakisafecli/config.h

10 lines
146 B
C

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