New flag: -C, which prints the current settings (Still have to add it to the manpage and help message)
9 lines
146 B
C
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();
|