conf.h: add "extern" to prototype of reload_config_file

Michael
This commit is contained in:
Michael Adam 2009-12-21 23:34:18 +01:00
parent 6ea160ffff
commit 72632f6569

View File

@ -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