]> git.puffer.fish Git - matthieu/frr.git/commitdiff
[bgpd] remove export of long defunct function
authorpaul <paul>
Tue, 10 Jan 2006 22:15:45 +0000 (22:15 +0000)
committerpaul <paul>
Tue, 10 Jan 2006 22:15:45 +0000 (22:15 +0000)
2006-01-10 Juris Kalnins <juris@mt.lv>

* bgpd.h: (bgp_router_id_unset) ex-function, remove.

bgpd/ChangeLog
bgpd/bgpd.h

index 59e70cfe3ce2f270a04b27a4db02ed4a438fad34..da7ddc44d91bfae3006d972f6180a3c8317a7f1e 100644 (file)
@@ -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
index c04d0dc9007e6c9b028dd2f57c77cbdb26ba4950..44045c060abb31a28aae8f1621acb34b1b954993 100644 (file)
@@ -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 *);