diff options
Diffstat (limited to 'bgpd/bgp_peer_index.h')
-rw-r--r-- | bgpd/bgp_peer_index.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_peer_index.h b/bgpd/bgp_peer_index.h index ae41de24..355b3654 100644 --- a/bgpd/bgp_peer_index.h +++ b/bgpd/bgp_peer_index.h @@ -85,5 +85,8 @@ bgp_peer_index_seek_entry(union sockunion* su) ; extern bgp_session bgp_session_index_seek(union sockunion* su, int* p_found) ; +extern bgp_session +bgp_peer_new_session(bgp_peer peer, bgp_session new_session); + #endif /* _QUAGGA_BGP_PEER_INDEX_H */ |