summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-07 23:46:22 +0200
committerOndrej Filip <feela@network.cz>2000-06-07 23:46:22 +0200
commit7ab3ff6a287d6adc8f1d371d9da1504de502c8a6 (patch)
treefb036503aa4b828062fa2e297fc1a47b5d3f32b5 /proto/ospf/topology.h
parentcadbb827f99fc24da9227dce545aa1185bab7916 (diff)
downloadbird-7ab3ff6a287d6adc8f1d371d9da1504de502c8a6.tar
bird-7ab3ff6a287d6adc8f1d371d9da1504de502c8a6.zip
Doc in neighbor.c and some tiny changes related to.
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r--proto/ospf/topology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h
index de04cae..3a47508 100644
--- a/proto/ospf/topology.h
+++ b/proto/ospf/topology.h
@@ -47,7 +47,7 @@ struct top_hash_entry *ospf_hash_get(struct top_graph *, u32 lsa, u32 rtr, u32 t
void ospf_hash_delete(struct top_graph *, struct top_hash_entry *);
void addifa_rtlsa(struct ospf_iface *ifa);
void originate_rt_lsa(struct ospf_area *oa);
-void originate_net_lsa(struct ospf_iface *ifa,struct proto_ospf *po);
+void originate_net_lsa(struct ospf_iface *ifa);
int can_flush_lsa(struct ospf_area *oa);
void originate_ext_lsa(net *n, rte *e, struct proto_ospf *po, struct ea_list *attrs);