summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-03-31 02:21:41 +0200
committerOndrej Filip <feela@network.cz>2000-03-31 02:21:41 +0200
commitf45fd3164bf2f9342e12e867f8d68c7fc77d3177 (patch)
tree647d271be15eb20a1228db8507e8b73df84e7c25 /proto/ospf/lsupd.h
parent14a7921c83f0ecfc8793b3a38e4ac16ae9bd75d3 (diff)
downloadbird-f45fd3164bf2f9342e12e867f8d68c7fc77d3177.tar
bird-f45fd3164bf2f9342e12e867f8d68c7fc77d3177.zip
Sending of lspd as responce to lsreq done.
Diffstat (limited to 'proto/ospf/lsupd.h')
-rw-r--r--proto/ospf/lsupd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/lsupd.h b/proto/ospf/lsupd.h
index 1aee1dc..369eb76 100644
--- a/proto/ospf/lsupd.h
+++ b/proto/ospf/lsupd.h
@@ -11,6 +11,7 @@
#define _BIRD_OSPF_LSUPD_H_
void ospf_lsupd_tx(struct ospf_neighbor *n);
+void ospf_lsupd_tx_list(struct ospf_neighbor *n, list *l);
void ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
struct ospf_iface *ifa, u16 size);