From: paul Date: Tue, 10 Jan 2006 22:15:45 +0000 (+0000) Subject: [bgpd] remove export of long defunct function X-Git-Tag: frr-2.0-rc1~2800 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=37c38304e481037ed075f79f78a3d6f78038f907;p=matthieu%2Ffrr.git [bgpd] remove export of long defunct function 2006-01-10 Juris Kalnins * bgpd.h: (bgp_router_id_unset) ex-function, remove. --- diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 59e70cfe3c..da7ddc44d9 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,7 @@ +2006-01-10 Juris Kalnins + + * bgpd.h: (bgp_router_id_unset) ex-function, remove. + 2005-11-23 Paul Jakma * bgp_aspath.c: (assegments_parse) should be static diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index c04d0dc900..44045c060a 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -825,7 +825,6 @@ extern int bgp_flag_unset (struct bgp *, int); extern int bgp_flag_check (struct bgp *, int); extern int bgp_router_id_set (struct bgp *, struct in_addr *); -extern int bgp_router_id_unset (struct bgp *); extern int bgp_cluster_id_set (struct bgp *, struct in_addr *); extern int bgp_cluster_id_unset (struct bgp *);