diff options
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r-- | proto/ospf/rt.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h index c236fce..73fe878 100644 --- a/proto/ospf/rt.h +++ b/proto/ospf/rt.h @@ -1,7 +1,7 @@ /* * BIRD -- OSPF * - * (c) 2000 Ondrej Filip <feela@network.cz> + * (c) 2000--2004 Ondrej Filip <feela@network.cz> * * Can be freely distributed and used under the terms of the GNU GPL. * @@ -33,12 +33,7 @@ struct extfib u32 oldtag; }; -void ospf_rt_spfa(struct ospf_area *oa); -void ospf_ext_spfa(struct proto_ospf *po); -void add_cand(list * l, struct top_hash_entry *en, struct top_hash_entry *par, - u16 dist, struct ospf_area *oa); -void calc_next_hop(struct top_hash_entry *par, struct top_hash_entry *en, - struct ospf_area *oa); +void ospf_rt_spf(struct proto_ospf *po); void init_infib(struct fib_node *fn); void init_efib(struct fib_node *fn); |