]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_zebra.h
Merge branch 'quagga' into google-bgp-multipath
[mirror_frr.git] / bgpd / bgp_zebra.h
index 461255e3935f7c4adbf4f50182075ed0f9488b17..80991930f3132927c1fa08833a752698ffe6a53d 100644 (file)
@@ -31,8 +31,8 @@ extern int bgp_config_write_maxpaths (struct vty *, struct bgp *, afi_t,
                                      safi_t, int *);
 extern int bgp_config_write_redistribute (struct vty *, struct bgp *, afi_t, safi_t,
                                   int *);
-extern void bgp_zebra_announce (struct prefix *, struct bgp_info *, struct bgp *);
-extern void bgp_zebra_withdraw (struct prefix *, struct bgp_info *);
+extern void bgp_zebra_announce (struct prefix *, struct bgp_info *, struct bgp *, safi_t);
+extern void bgp_zebra_withdraw (struct prefix *, struct bgp_info *, safi_t);
 
 extern int bgp_redistribute_set (struct bgp *, afi_t, int);
 extern int bgp_redistribute_rmap_set (struct bgp *, afi_t, int, const char *);