summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index 257d6e0..073cea2 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -98,7 +98,6 @@ struct config_s {
hashmap_t anonymous_map;
};
-extern int load_config_file (const char *config_fname, struct config_s *conf);
void free_config (struct config_s *conf);
int reload_config_file (const char *config_fname, struct config_s *conf,
struct config_s *defaults);