summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index 3abadb1..c9a2e14 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -480,8 +480,8 @@ static void initialize_with_defaults (struct config_s *conf,
/**
* Load the configuration.
*/
-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)
{
int ret;