diff options
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r-- | bgpd/bgp_debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index ce8547b0..9a7d7d80 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -125,4 +125,6 @@ extern void bgp_notify_print (struct peer *, struct bgp_notify *, const char *); extern const struct message bgp_status_msg[]; extern const int bgp_status_msg_max; +extern const struct message bgp_peer_status_msg[]; +extern const int bgp_peer_status_msg_max; #endif /* _QUAGGA_BGP_DEBUG_H */ |