mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Cleanup of code. Some arguments of functions were useless.
This commit is contained in:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user