commit | b7fe4141123c6fc26fffec68d0db62ecf474c074 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <linux@pilot.org.ua> | Tue Aug 21 16:32:56 2007 +0000 |
committer | Denis Ovsienko <linux@pilot.org.ua> | Tue Aug 21 16:32:56 2007 +0000 |
tree | 78f2cde951e92198b00dea6ed048d41a499f71fb | |
parent | 1ba27564f3852083839bfa1f91889cb46c780f2f [diff] [blame] |
Bug #362 is fixed now.
diff --git a/ospfd/ospf_network.h b/ospfd/ospf_network.h index 1b43df1..f690991 100644 --- a/ospfd/ospf_network.h +++ b/ospfd/ospf_network.h
@@ -34,5 +34,6 @@ 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 */