diff options
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h index 1b3e074e1..8891879e7 100644 --- a/src/conf.h +++ b/src/conf.h @@ -100,6 +100,12 @@ struct config_param { void config_global_init(void); void config_global_finish(void); +/** + * Call this function after all configuration has been evaluated. It + * checks for unused parameters, and logs warnings. + */ +void config_global_check(void); + void config_read_file(const char *file); /* don't free the returned value |