diff options
Diffstat (limited to 'proto/ospf/packet.h')
-rw-r--r-- | proto/ospf/packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/packet.h b/proto/ospf/packet.h index 23999a2..4e132fa 100644 --- a/proto/ospf/packet.h +++ b/proto/ospf/packet.h @@ -17,5 +17,6 @@ int ospf_rx_hook(sock *sk, int size); void ospf_tx_hook(sock *sk); void ospf_err_hook(sock *sk, int err); void sk_send_to_agt(sock *sk, u16 len, struct ospf_iface *ifa, u8 state); +void sk_send_to_bdr(sock *sk, u16 len, struct ospf_iface *ifa); #endif /* _BIRD_OSPF_PACKET_H_ */ |