diff options
author | Michael Adam <obnox@samba.org> | 2009-12-21 23:37:17 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-22 00:14:59 +0100 |
commit | 8bf91ce80ffeaa6de2273040f17f6fd869641898 (patch) | |
tree | ac2acae31da0ca2be589eedd1b0811a814aaf430 /src/main.h | |
parent | 72632f65694e26080a8c69476d1bc0dc8f7ec9dc (diff) |
main: add convenience wrapper reload_config() for reload_config_file()
Michael
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,4 +33,6 @@ extern struct config_s config; extern unsigned int received_sighup; /* boolean */ extern unsigned int processed_config_file; /* boolean */ +extern int reload_config (void); + #endif /* __MAIN_H__ */ |