diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-06 16:00:09 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-06 16:00:09 +0000 |
commit | b8f17cf1923ff5894b6689479f7fb7d008b8ce44 (patch) | |
tree | 1292dfde38521bcc67a623054f386e4d1b927796 /proto/ospf/rt.h | |
parent | d631698ec8a63270f7ca9bc069508d1313a08f92 (diff) |
Small cleanup, indentation and preparation for multiple areas routing table calculation.
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 c236fcea..73fe8780 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); |