diff options
author | paul <paul> | 2006-01-10 22:15:45 +0000 |
---|---|---|
committer | paul <paul> | 2006-01-10 22:15:45 +0000 |
commit | 12f3a03520a55ee0e65a080b8b2fca2f39d0afc5 (patch) | |
tree | 50eed837e1e55a51befe0566f80ed2dfab758b91 | |
parent | a545921005557e11f92cd6dbc0dd1c206112d5ee (diff) | |
download | quagga-12f3a03520a55ee0e65a080b8b2fca2f39d0afc5.tar.bz2 quagga-12f3a03520a55ee0e65a080b8b2fca2f39d0afc5.tar.xz |
[bgpd] remove export of long defunct function
2006-01-10 Juris Kalnins <juris@mt.lv>
* bgpd.h: (bgp_router_id_unset) ex-function, remove.
-rw-r--r-- | bgpd/ChangeLog | 4 | ||||
-rw-r--r-- | bgpd/bgpd.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 59e70cfe..da7ddc44 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,7 @@ +2006-01-10 Juris Kalnins <juris@mt.lv> + + * bgpd.h: (bgp_router_id_unset) ex-function, remove. + 2005-11-23 Paul Jakma <paul.jakma@sun.com> * bgp_aspath.c: (assegments_parse) should be static diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index c04d0dc9..44045c06 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 *); |