Forgot to remove a prototype.
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
This commit is contained in:
parent
c23b9c14ab
commit
1877ddf760
1 changed files with 0 additions and 1 deletions
1
bgp.c
1
bgp.c
|
|
@ -29,7 +29,6 @@ char const *cvs_id_bgp = "$Id: bgp.c,v 1.12 2005/09/02 23:39:36 bodea Exp $";
|
||||||
|
|
||||||
static void bgp_clear(struct bgp_peer *peer);
|
static void bgp_clear(struct bgp_peer *peer);
|
||||||
static void bgp_set_retry(struct bgp_peer *peer);
|
static void bgp_set_retry(struct bgp_peer *peer);
|
||||||
static void bgp_cidr(in_addr_t ip, int prefixlen, struct bgp_ip_prefix *pfx);
|
|
||||||
static struct bgp_route_list *bgp_insert_route(struct bgp_route_list *head,
|
static struct bgp_route_list *bgp_insert_route(struct bgp_route_list *head,
|
||||||
struct bgp_route_list *new);
|
struct bgp_route_list *new);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue