summaryrefslogtreecommitdiffstats
path: root/sig.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-11-01 21:10:56 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-11-01 21:10:56 +0000
commit225d5fe945bb6fc6d7a523b5944e96243a6b5038 (patch)
treed5c5a5cd7161344d514dbdd50bee42db4d50e376 /sig.h
parent5b78d4d0e39eddddaeb7ebca075e0468849c3232 (diff)
downloadopenvpn-225d5fe945bb6fc6d7a523b5944e96243a6b5038.tar.gz
openvpn-225d5fe945bb6fc6d7a523b5944e96243a6b5038.tar.xz
openvpn-225d5fe945bb6fc6d7a523b5944e96243a6b5038.zip
Prevent SIGUSR1 or SIGHUP from causing program
exit from initial management hold. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1427 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'sig.h')
-rw-r--r--sig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sig.h b/sig.h
index 5c32df6..1b85d05 100644
--- a/sig.h
+++ b/sig.h
@@ -53,6 +53,7 @@ void throw_signal_soft (const int signum, const char *signal_text);
void pre_init_signal_catch (void);
void post_init_signal_catch (void);
+void restore_signal_state (void);
void print_signal (const struct signal_info *si, const char *title, int msglevel);
void print_status (const struct context *c, struct status_output *so);