summaryrefslogtreecommitdiffstats
path: root/lib/sockopt.h
diff options
context:
space:
mode:
authorpilot <pilot>2007-08-21 16:32:56 +0000
committerpilot <pilot>2007-08-21 16:32:56 +0000
commitb9972dc924a4b81489d8cd51c13f7144608a2bc0 (patch)
treedb9722ddf2cd33ad58751a6cd616158c9ae2206d /lib/sockopt.h
parent2adcf13e1467e27d4ef08046cbca332f30e00b59 (diff)
downloadquagga-b9972dc924a4b81489d8cd51c13f7144608a2bc0.tar.bz2
quagga-b9972dc924a4b81489d8cd51c13f7144608a2bc0.tar.xz
Bug #362 is fixed now.
Diffstat (limited to 'lib/sockopt.h')
-rw-r--r--lib/sockopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sockopt.h b/lib/sockopt.h
index 65ba34f1..ebb71430 100644
--- a/lib/sockopt.h
+++ b/lib/sockopt.h
@@ -23,6 +23,8 @@
#define _ZEBRA_SOCKOPT_H
extern int setsockopt_so_recvbuf (int sock, int size);
+extern int setsockopt_so_sendbuf (const int sock, int size);
+extern int getsockopt_so_sendbuf (const int sock);
#ifdef HAVE_IPV6
extern int setsockopt_ipv6_pktinfo (int, int);