summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/mss.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/mss.h')
-rw-r--r--openvpn/src/openvpn/mss.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/mss.h b/openvpn/src/openvpn/mss.h
index 0b290c36..0d329432 100644
--- a/openvpn/src/openvpn/mss.h
+++ b/openvpn/src/openvpn/mss.h
@@ -28,7 +28,8 @@
#include "proto.h"
#include "error.h"
-void mss_fixup (struct buffer *buf, int maxmss);
+void mss_fixup_ipv4 (struct buffer *buf, int maxmss);
+void mss_fixup_ipv6 (struct buffer *buf, int maxmss);
void mss_fixup_dowork (struct buffer *buf, uint16_t maxmss);
#endif