summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_fsm.h')
-rw-r--r--bgpd/bgp_fsm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_fsm.h b/bgpd/bgp_fsm.h
index bbf9ebca..49a4bef9 100644
--- a/bgpd/bgp_fsm.h
+++ b/bgpd/bgp_fsm.h
@@ -33,6 +33,9 @@ bgp_fsm_enable_session(bgp_session session) ;
extern void
bgp_fsm_disable_session(bgp_session session, bgp_notify notification) ;
+extern int
+bgp_fsm_pre_update(bgp_connection connection) ;
+
extern void
bgp_fsm_event(bgp_connection connection, bgp_fsm_event_t event) ;