mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
13 lines
462 B
C
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
|