ports/net/quagga/files/extra-tcpmd5-patch-lib-sockopt.h
Sam Lawrance c34e741cef Update to 0.99.4.
PR:		ports/97122
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-05-29 20:28:35 +00:00

13 lines
462 B
C

--- lib/sockopt.h.orig Wed May 4 01:13:05 2005
+++ lib/sockopt.h Thu May 11 10:08:05 2006
@@ -40,6 +40,10 @@
*/
#define SOPT_SIZE_CMSG_PKTINFO_IPV6() (sizeof (struct in6_pktinfo));
+#ifdef QUAGGA_TCP_MD5SIG
+extern int sockopt_tcp_signature(int family, int sock, int enable);
+#endif /* QUAGGA_TCP_MD5SIG */
+
/*
* Size defines for control messages used to get ifindex. We define
* values for each method, and define a macro that can be used by code