conf.h: add "extern" to prototype of reload_config_file
Michael
This commit is contained in:
parent
6ea160ffff
commit
72632f6569
@ -98,7 +98,7 @@ struct config_s {
|
|||||||
hashmap_t anonymous_map;
|
hashmap_t anonymous_map;
|
||||||
};
|
};
|
||||||
|
|
||||||
int reload_config_file (const char *config_fname, struct config_s *conf,
|
extern int reload_config_file (const char *config_fname, struct config_s *conf,
|
||||||
struct config_s *defaults);
|
struct config_s *defaults);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user