diff options
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -98,7 +98,7 @@ struct config_s { hashmap_t anonymous_map; }; -int reload_config_file (const char *config_fname, struct config_s *conf, - struct config_s *defaults); +extern int reload_config_file (const char *config_fname, struct config_s *conf, + struct config_s *defaults); #endif |