summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsack.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-04-04 02:32:17 +0200
committerOndrej Filip <feela@network.cz>2000-04-04 02:32:17 +0200
commit921a93f2176723d235989efe882050c0265bea84 (patch)
tree0335dfb3757725adfd897bdf12cd5b1578423514 /proto/ospf/lsack.h
parent8496b2e41a81f8281da0e0c3e4bbb72a57d3bf21 (diff)
downloadbird-921a93f2176723d235989efe882050c0265bea84.tar
bird-921a93f2176723d235989efe882050c0265bea84.zip
Flooding work continues.
Diffstat (limited to 'proto/ospf/lsack.h')
-rw-r--r--proto/ospf/lsack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/lsack.h b/proto/ospf/lsack.h
index ed0ea21..053e0b5 100644
--- a/proto/ospf/lsack.h
+++ b/proto/ospf/lsack.h
@@ -13,5 +13,6 @@
void ospf_lsack_tx(struct ospf_neighbor *n);
void ospf_lsack_rx(struct ospf_lsack_packet *ps, struct proto *p,
struct ospf_iface *ifa, u16 size);
+void add_ack_list(struct ospf_neighbor *n,struct ospf_lsa_header *lsa);
#endif /* _BIRD_OSPF_LSACK_H_ */