summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_msg_read.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_msg_read.h')
-rw-r--r--bgpd/bgp_msg_read.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_msg_read.h b/bgpd/bgp_msg_read.h
index cc1272e8..f846453f 100644
--- a/bgpd/bgp_msg_read.h
+++ b/bgpd/bgp_msg_read.h
@@ -25,6 +25,9 @@
#include "bgpd/bgp_common.h"
+extern bgp_size_t
+bgp_msg_get_mlen(uint8_t* p) ;
+
extern int
bgp_msg_check_header(bgp_connection connection);