diff options
author | pilot <pilot> | 2007-08-21 16:32:56 +0000 |
---|---|---|
committer | pilot <pilot> | 2007-08-21 16:32:56 +0000 |
commit | b9972dc924a4b81489d8cd51c13f7144608a2bc0 (patch) | |
tree | db9722ddf2cd33ad58751a6cd616158c9ae2206d /ospfd/ospf_network.h | |
parent | 2adcf13e1467e27d4ef08046cbca332f30e00b59 (diff) | |
download | quagga-b9972dc924a4b81489d8cd51c13f7144608a2bc0.tar.bz2 quagga-b9972dc924a4b81489d8cd51c13f7144608a2bc0.tar.xz |
Bug #362 is fixed now.
Diffstat (limited to 'ospfd/ospf_network.h')
-rw-r--r-- | ospfd/ospf_network.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_network.h b/ospfd/ospf_network.h index 1b43df1c..f6909912 100644 --- a/ospfd/ospf_network.h +++ b/ospfd/ospf_network.h @@ -34,5 +34,6 @@ extern int ospf_if_drop_alldrouters (struct ospf *, struct prefix *, unsigned int); extern int ospf_if_ipmulticast (struct ospf *, struct prefix *, unsigned int); extern int ospf_sock_init (void); +extern void ospf_adjust_sndbuflen (struct ospf *, int); #endif /* _ZEBRA_OSPF_NETWORK_H */ |