summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-06-04 22:41:02 +0200
committerOndrej Filip <feela@network.cz>2004-06-04 22:41:02 +0200
commit9b7de4c4d13a5701aac446627672e65fce9e1a9d (patch)
tree72a8e8742eff396abdf463ef1311310aed258ec9 /proto/ospf/lsupd.h
parent54467ed46b31e29215e50d32b0a757998de29793 (diff)
downloadbird-9b7de4c4d13a5701aac446627672e65fce9e1a9d.tar
bird-9b7de4c4d13a5701aac446627672e65fce9e1a9d.zip
'struct proto' removed
Finally, I found the bug reported by Andreas Steinmetz. FIXED.
Diffstat (limited to 'proto/ospf/lsupd.h')
-rw-r--r--proto/ospf/lsupd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.h b/proto/ospf/lsupd.h
index 61dd5d0..5bbc97a 100644
--- a/proto/ospf/lsupd.h
+++ b/proto/ospf/lsupd.h
@@ -11,7 +11,7 @@
#define _BIRD_OSPF_LSUPD_H_
void ospf_lsupd_tx_list(struct ospf_neighbor *n, list *l);
-void ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
+void ospf_lsupd_receive(struct ospf_lsupd_packet *ps,
struct ospf_iface *ifa, u16 size);
int flood_lsa(struct ospf_neighbor *n, struct ospf_lsa_header *hn,
struct ospf_lsa_header *hh, struct proto_ospf *po, struct ospf_iface *iff,