diff options
Diffstat (limited to 'src/openvpn/sig.h')
-rw-r--r-- | src/openvpn/sig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openvpn/sig.h b/src/openvpn/sig.h index 887d833..59f30fd 100644 --- a/src/openvpn/sig.h +++ b/src/openvpn/sig.h @@ -81,11 +81,8 @@ bool process_signal(struct context *c); void register_signal(struct context *c, int sig, const char *text); -#ifdef ENABLE_OCC void process_explicit_exit_notification_timer_wakeup(struct context *c); -#endif - #ifdef _WIN32 static inline void |