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