From b8f17cf1923ff5894b6689479f7fb7d008b8ce44 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 6 Jun 2004 16:00:09 +0000 Subject: Small cleanup, indentation and preparation for multiple areas routing table calculation. --- proto/ospf/rt.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'proto/ospf/rt.h') 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 + * (c) 2000--2004 Ondrej Filip * * 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); -- cgit v1.2.3