summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_notification.h')
-rw-r--r--bgpd/bgp_notification.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/bgpd/bgp_notification.h b/bgpd/bgp_notification.h
index 80a6cffd..72608534 100644
--- a/bgpd/bgp_notification.h
+++ b/bgpd/bgp_notification.h
@@ -224,8 +224,8 @@ struct bgp_notify
extern bgp_notify
bgp_notify_new(bgp_nom_code_t code, bgp_nom_subcode_t subcode,
bgp_size_t size) ;
-extern bgp_notify
-bgp_notify_free(bgp_notify notification) ;
+extern void
+bgp_notify_free(bgp_notify* p_notification) ;
extern bgp_notify
bgp_notify_dup(bgp_notify notification) ;
@@ -236,6 +236,9 @@ bgp_notify_set(bgp_notify* p_dst, bgp_notify src) ;
extern void
bgp_notify_set_dup(bgp_notify* p_dst, bgp_notify src) ;
+extern void
+bgp_notify_set_mov(bgp_notify* p_dst, bgp_notify* p_src) ;
+
/*==============================================================================
* Access Functions -- mostly inline
*