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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bgpd/bgp_msg_read.h b/bgpd/bgp_msg_read.h
index f846453f..100cd597 100644
--- a/bgpd/bgp_msg_read.h
+++ b/bgpd/bgp_msg_read.h
@@ -24,6 +24,7 @@
#define BGP_MSG_READ_H_
#include "bgpd/bgp_common.h"
+#include "bgpd/bgp_notification.h"
extern bgp_size_t
bgp_msg_get_mlen(uint8_t* p) ;
@@ -34,4 +35,7 @@ bgp_msg_check_header(bgp_connection connection);
extern void
bgp_msg_dispatch(bgp_connection connection);
+extern bgp_notify
+bgp_msg_noms_o_bad_id(bgp_notify notification, bgp_id_t id) ;
+
#endif /* BGP_MSG_READ_H_ */