diff options
Diffstat (limited to 'proto/ospf/lsupd.h')
-rw-r--r-- | proto/ospf/lsupd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/lsupd.h b/proto/ospf/lsupd.h index 64d9aef..524a0a2 100644 --- a/proto/ospf/lsupd.h +++ b/proto/ospf/lsupd.h @@ -10,6 +10,8 @@ #ifndef _BIRD_OSPF_LSUPD_H_ #define _BIRD_OSPF_LSUPD_H_ +void ospf_dump_lsahdr(struct proto *p, struct ospf_lsa_header *lsa_n); +void ospf_dump_common(struct proto *p, struct ospf_packet *op); void ospf_lsupd_send_list(struct ospf_neighbor *n, list * l); void ospf_lsupd_receive(struct ospf_lsupd_packet *ps, struct ospf_iface *ifa, struct ospf_neighbor *n); |