summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-04 00:23:41 +0200
committerOndrej Filip <feela@network.cz>2000-05-04 00:23:41 +0200
commita02c6c184b513fe1886c86533e696045e960515b (patch)
tree6e79323c4653dda8f87aa3b2e84d6233846a3cab /proto/ospf/rt.h
parentad5453b540b3c9d7430dcff9a3674d9db8ab999c (diff)
downloadbird-a02c6c184b513fe1886c86533e696045e960515b.tar
bird-a02c6c184b513fe1886c86533e696045e960515b.zip
Cleanup of code. Some arguments of functions were useless.
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r--proto/ospf/rt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h
index aa6ec0d..7fe482f 100644
--- a/proto/ospf/rt.h
+++ b/proto/ospf/rt.h
@@ -18,12 +18,12 @@ struct stub_fib {
struct iface *nhi;
};
-void ospf_rt_spfa(struct ospf_area *oa, struct proto *p);
+void ospf_rt_spfa(struct ospf_area *oa);
void add_cand(list *l, struct top_hash_entry *en, struct top_hash_entry *par,
- u16 dist, struct proto *p, struct ospf_area *oa);
+ u16 dist, struct ospf_area *oa);
void calc_next_hop(struct top_hash_entry *par, struct top_hash_entry *en,
- struct proto *p, struct ospf_area *oa);
+ struct ospf_area *oa);
void calc_next_hop_fib(struct top_hash_entry *par, struct stub_fib *en,
- struct proto *p, struct ospf_area *oa);
+ struct ospf_area *oa);
#endif /* _BIRD_OSPF_RT_H_ */