From 225d5fe945bb6fc6d7a523b5944e96243a6b5038 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 1 Nov 2006 21:10:56 +0000 Subject: 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 --- sig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sig.h') 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); -- cgit