aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/ping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/ping.h')
-rw-r--r--src/openvpn/ping.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openvpn/ping.h b/src/openvpn/ping.h
index 441a12b..a196b32 100644
--- a/src/openvpn/ping.h
+++ b/src/openvpn/ping.h
@@ -43,6 +43,10 @@ is_ping_msg(const struct buffer *buf)
return buf_string_match(buf, ping_string, PING_STRING_SIZE);
}
+void check_ping_restart_dowork(struct context *c);
+
+void check_ping_send_dowork(struct context *c);
+
/*
* Should we exit or restart due to ping (or other authenticated packet)
* not received in n seconds?