summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index c9a2e14..e07b136 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -363,7 +363,7 @@ static int config_parse (struct config_s *conf, FILE * f)
/**
* Read the settings from a config file.
*/
-int load_config_file (const char *config_fname, struct config_s *conf)
+static int load_config_file (const char *config_fname, struct config_s *conf)
{
FILE *config_file;