summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.h b/src/conf.h
index c4f7ee9..257d6e0 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -100,7 +100,7 @@ struct config_s {
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);
+int reload_config_file (const char *config_fname, struct config_s *conf,
+ struct config_s *defaults);
#endif