diff options
Diffstat (limited to '')
-rw-r--r-- | src/conf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,5 +23,7 @@ extern int load_config_file (const char *config_fname, struct config_s *conf); void free_config (struct config_s *conf); +int reload_config (const char *config_fname, struct config_s *conf, + struct config_s *defaults); #endif |