diff options
Diffstat (limited to 'bgpd/bgp_notification.h')
-rw-r--r-- | bgpd/bgp_notification.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_notification.h b/bgpd/bgp_notification.h index f225b492..59887f91 100644 --- a/bgpd/bgp_notification.h +++ b/bgpd/bgp_notification.h @@ -129,6 +129,9 @@ bgp_notify_dup(bgp_notify notification) ; extern void bgp_notify_unset(bgp_notify* p_notification) ; +extern bgp_notify +bgp_notify_take(bgp_notify* p_notification) ; + extern void bgp_notify_set(bgp_notify* p_dst, bgp_notify src) ; |