diff options
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r-- | bgpd/bgp_debug.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index 1d05cefb..2b9ca268 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -121,8 +121,7 @@ extern unsigned long term_bgp_debug_zebra; extern const char *bgp_type_str[]; extern int bgp_dump_attr (struct peer *, struct attr *, char *, size_t); -extern void bgp_notify_print (struct peer* peer, bgp_notify notification, - bool sending); +extern void bgp_notify_print (struct peer* peer, bgp_notify notification); extern const struct message bgp_status_msg[]; extern const int bgp_status_msg_max; |