diff options
author | Michael Adam <obnox@samba.org> | 2009-12-21 23:31:10 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-22 00:14:59 +0100 |
commit | d3d31b434a2128e6006671d8d6041b14ff1c0efd (patch) | |
tree | 714dffc006668c361190ee87222b3f6e301f640d /src/conf.h | |
parent | 6a5faa0becee087e87d98cbfa33a430c6e53c7ec (diff) |
conf: rename reload_config --> reload_config_file
Michael
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -100,7 +100,7 @@ struct config_s { extern int load_config_file (const char *config_fname, struct config_s *conf); void free_config (struct config_s *conf); -int reload_config (const char *config_fname, struct config_s *conf, - struct config_s *defaults); +int reload_config_file (const char *config_fname, struct config_s *conf, + struct config_s *defaults); #endif |