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_route.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_route.h')
-rw-r--r-- | ospfd/ospf_route.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ospfd/ospf_route.h b/ospfd/ospf_route.h index 81f59c48..4222f528 100644 --- a/ospfd/ospf_route.h +++ b/ospfd/ospf_route.h @@ -124,14 +124,14 @@ struct ospf_route }; struct ospf_path *ospf_path_new (); -void ospf_path_free (struct ospf_path *op); +void ospf_path_free (struct ospf_path *); struct ospf_path *ospf_path_lookup (list, struct ospf_path *); struct ospf_route *ospf_route_new (); -void ospf_route_free (struct ospf_route *or); -void ospf_route_delete (struct route_table *rt); -void ospf_route_table_free (struct route_table *rt); +void ospf_route_free (struct ospf_route *); +void ospf_route_delete (struct route_table *); +void ospf_route_table_free (struct route_table *); -void ospf_route_install (struct route_table *); +void ospf_route_install (struct ospf *, struct route_table *); void ospf_route_table_dump (struct route_table *); void ospf_intra_add_router (struct route_table *, struct vertex *, @@ -143,7 +143,7 @@ void ospf_intra_add_transit (struct route_table *, struct vertex *, void ospf_intra_add_stub (struct route_table *, struct router_lsa_link *, struct vertex *, struct ospf_area *); -int ospf_route_cmp (struct ospf_route *, struct ospf_route *); +int ospf_route_cmp (struct ospf *, struct ospf_route *, struct ospf_route *); void ospf_route_copy_nexthops (struct ospf_route *, list); void ospf_route_copy_nexthops_from_vertex (struct ospf_route *, struct vertex * ); |