X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/ae7d3c9fca4afa0dcc83095c4405ce3461276075..49f8ea66ee9a729eeaadf8d8bc4dcbeb3ca10835:/bgp.h diff --git a/bgp.h b/bgp.h index bf429bd..44bad0d 100644 --- a/bgp.h +++ b/bgp.h @@ -278,6 +278,7 @@ int bgp_del_route6(struct in6_addr ip, int prefixlen); void bgp_enable_routing(int enable); int bgp_set_poll(void); int bgp_process(uint32_t events[]); +void bgp_process_peers_timers(); char const *bgp_state_str(enum bgp_state state); extern char const *cvs_id_bgp;