summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-03 02:08:48 +0200
committerOndrej Filip <feela@network.cz>2000-05-03 02:08:48 +0200
commit9bc1808a27b35499d2438d731ade6d2cba8aa355 (patch)
tree636991c9b89f962cf06b2a2a80c1c540552a4ad0 /proto/ospf/topology.h
parent0bf2f2039e1fc95fe0fa3ee231711212f1f2b128 (diff)
downloadbird-9bc1808a27b35499d2438d731ade6d2cba8aa355.tar
bird-9bc1808a27b35499d2438d731ade6d2cba8aa355.zip
Better rt and net originating.
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r--proto/ospf/topology.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h
index 5514f5e..4181e05 100644
--- a/proto/ospf/topology.h
+++ b/proto/ospf/topology.h
@@ -46,7 +46,7 @@ struct top_hash_entry *ospf_hash_find(struct top_graph *, u32 lsa, u32 rtr, u32
struct top_hash_entry *ospf_hash_get(struct top_graph *, u32 lsa, u32 rtr, u32 type);
void ospf_hash_delete(struct top_graph *, struct top_hash_entry *);
void addifa_rtlsa(struct ospf_iface *ifa);
-struct top_hash_entry *originate_rt_lsa(struct ospf_area *oa,
- struct proto_ospf *po);
+void originate_rt_lsa(struct ospf_area *oa,struct proto_ospf *po);
+void originate_net_lsa(struct ospf_iface *ifa,struct proto_ospf *po);
#endif /* _BIRD_OSPF_TOPOLOGY_H_ */