summaryrefslogtreecommitdiff
path: root/bgpd/bgpd.h
diff options
context:
space:
mode:
authorpaul <paul>2003-04-28 17:11:02 +0000
committerpaul <paul>2003-04-28 17:11:02 +0000
commit6cbbc3cc9fc3127c6ad45e73755b4f0c3afff31a (patch)
tree4387bd7c1b0a42198ea56b5a939d96adbbc122f1 /bgpd/bgpd.h
parenta2c6283126a48c915561364e8456894bf7089b2c (diff)
Import of zebra.org 20030428-18:07 IST
Diffstat (limited to 'bgpd/bgpd.h')
-rw-r--r--bgpd/bgpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h
index e3ac73f1..933516d0 100644
--- a/bgpd/bgpd.h
+++ b/bgpd/bgpd.h
@@ -691,6 +691,7 @@ void bgp_reset (void);
void bgp_zclient_reset ();
int bgp_nexthop_set (union sockunion *, union sockunion *,
struct bgp_nexthop *, struct peer *);
+struct bgp_master *bgp_get_master ();
struct bgp *bgp_get_default ();
struct bgp *bgp_lookup (as_t, char *);
struct bgp *bgp_lookup_by_name (char *);