diff options
Diffstat (limited to 'bgpd/bgp_msg_read.h')
-rw-r--r-- | bgpd/bgp_msg_read.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_msg_read.h b/bgpd/bgp_msg_read.h index 1556f24c..b8b6235e 100644 --- a/bgpd/bgp_msg_read.h +++ b/bgpd/bgp_msg_read.h @@ -27,7 +27,7 @@ #include "bgpd/bgp_notification.h" extern bgp_size_t -bgp_msg_get_mlen(uint8_t* p) ; +bgp_msg_get_mlen(uint8_t* p, uint8_t* limit) ; extern int bgp_msg_check_header(bgp_connection connection); |