X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/ae7d3c9fca4afa0dcc83095c4405ce3461276075..500eb6e594bcf6585828419322d0a61d7edc9f44:/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;