diff options
author | paul <paul> | 2003-03-25 02:37:13 +0000 |
---|---|---|
committer | paul <paul> | 2003-03-25 02:37:13 +0000 |
commit | ef43a3dc3618e2e7836a9bf76572a69d94c4b4fe (patch) | |
tree | 43cb538ffcec64986b211e31f43fae08b1bfefba /ospfd/ospf_neighbor.h | |
parent | 8a3864b2f7268f4016b6cbb81c6e05b10e684140 (diff) | |
download | quagga-zebra_org_20030325.tar.bz2 quagga-zebra_org_20030325.tar.xz |
Import of Zebra CVS 20030325-02:30zebra_org_20030325
Diffstat (limited to 'ospfd/ospf_neighbor.h')
-rw-r--r-- | ospfd/ospf_neighbor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospf_neighbor.h b/ospfd/ospf_neighbor.h index f7b18742..485b548b 100644 --- a/ospfd/ospf_neighbor.h +++ b/ospfd/ospf_neighbor.h @@ -93,9 +93,9 @@ void ospf_nbr_free (struct ospf_neighbor *); void ospf_nbr_delete (struct ospf_neighbor *); int ospf_nbr_bidirectional (struct in_addr *, struct in_addr *, int); void ospf_nbr_add_self (struct ospf_interface *); -int ospf_nbr_count (struct route_table *, int); +int ospf_nbr_count (struct ospf_interface *, int); #ifdef HAVE_OPAQUE_LSA -int ospf_opaque_capable_nbr_count (struct route_table *nbrs, int status); +int ospf_nbr_count_opaque_capable (struct ospf_interface *); #endif /* HAVE_OPAQUE_LSA */ struct ospf_neighbor *ospf_nbr_lookup_by_addr (struct route_table *, struct in_addr *); |