diff options
author | paul <paul> | 2006-01-10 22:15:45 +0000 |
---|---|---|
committer | paul <paul> | 2006-01-10 22:15:45 +0000 |
commit | 37c38304e481037ed075f79f78a3d6f78038f907 (patch) | |
tree | ee83dfe3f0ea07e3d99eb32e32a5902d6f627ce9 /bgpd/bgpd.h | |
parent | 98429f6d07b0bac006eb14aea13c1d989fc835ed (diff) |
[bgpd] remove export of long defunct function
2006-01-10 Juris Kalnins <juris@mt.lv>
* bgpd.h: (bgp_router_id_unset) ex-function, remove.
Diffstat (limited to 'bgpd/bgpd.h')
-rw-r--r-- | bgpd/bgpd.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 *); |