summaryrefslogtreecommitdiff
path: root/main/openvpn/src/openvpn/packet_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/openvpn/src/openvpn/packet_id.h')
-rw-r--r--main/openvpn/src/openvpn/packet_id.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/openvpn/src/openvpn/packet_id.h b/main/openvpn/src/openvpn/packet_id.h
index 2c786648..3ddaab6a 100644
--- a/main/openvpn/src/openvpn/packet_id.h
+++ b/main/openvpn/src/openvpn/packet_id.h
@@ -213,9 +213,6 @@ struct packet_id
void packet_id_init (struct packet_id *p, bool tcp_mode, int seq_backtrack, int time_backtrack, const char *name, int unit);
void packet_id_free (struct packet_id *p);
-/** Is this struct packet_id initialized? */
-bool packet_id_initialized (const struct packet_id *pid);
-
/* should we accept an incoming packet id ? */
bool packet_id_test (struct packet_id_rec *p,
const struct packet_id_net *pin);