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 1997c06..23999a2 100644 --- a/proto/ospf/packet.h +++ b/proto/ospf/packet.h @@ -16,5 +16,6 @@ void ospf_pkt_finalize(struct ospf_iface *ifa, struct ospf_packet *pkt); 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); #endif /* _BIRD_OSPF_PACKET_H_ */ |