diff options
Diffstat (limited to 'bgpd/bgp_notification.h')
-rw-r--r-- | bgpd/bgp_notification.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bgpd/bgp_notification.h b/bgpd/bgp_notification.h index b9670e8a..4d8d4737 100644 --- a/bgpd/bgp_notification.h +++ b/bgpd/bgp_notification.h @@ -121,12 +121,15 @@ extern bgp_notify bgp_notify_new(bgp_nom_code_t code, bgp_nom_subcode_t subcode, bgp_size_t size) ; extern void -bgp_notify_free(bgp_notify* p_notification) ; +bgp_notify_free(bgp_notify notification) ; extern bgp_notify bgp_notify_dup(bgp_notify notification) ; extern void +bgp_notify_unset(bgp_notify* p_notification) ; + +extern void bgp_notify_set(bgp_notify* p_dst, bgp_notify src) ; extern void |