summaryrefslogtreecommitdiff
path: root/sakisafecli/config.h
blob: ede4bc2b0d76d93bae5f60cbf5d4d5b7696d4824 (plain)
1
2
3
4
5
6
7
8
9
#include <libconfig.h>

/* Parse the config file */
void
parse_config_file(FILE *config);

/* Print the current settings */
void
print_config();