summaryrefslogtreecommitdiffhomepage
path: root/src/main.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-21 23:37:17 +0100
committerMichael Adam <obnox@samba.org>2009-12-22 00:14:59 +0100
commit8bf91ce80ffeaa6de2273040f17f6fd869641898 (patch)
treeac2acae31da0ca2be589eedd1b0811a814aaf430 /src/main.h
parent72632f65694e26080a8c69476d1bc0dc8f7ec9dc (diff)
main: add convenience wrapper reload_config() for reload_config_file()
Michael
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index f3864e4..91fe61a 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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__ */