diff options
Diffstat (limited to 'bgpd/bgp_msg_write.h')
-rw-r--r-- | bgpd/bgp_msg_write.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_msg_write.h b/bgpd/bgp_msg_write.h index 68891a67..9e24ce6f 100644 --- a/bgpd/bgp_msg_write.h +++ b/bgpd/bgp_msg_write.h @@ -52,4 +52,7 @@ bgp_packet_set_marker(struct stream *s, uint8_t type) ; extern int bgp_packet_set_size (struct stream *s) ; +extern int +bgp_msg_send_end_of_rib(bgp_connection connection, iAFI_t afi, iSAFI_t safi); + #endif /* _QUAGGA_BGP_MSG_WRITE_H */ |