summaryrefslogtreecommitdiff
path: root/net/quagga/files/extra-tcpmd5-patch-lib-sockopt.h
blob: 84a5eab334e4d37cb02c6ad77372d0ebaf3c7264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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