]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_vpn.h
eigrpd: eigrp usage of uint32_t to struct in_addr for router_id data
[mirror_frr.git] / bgpd / bgp_vpn.h
index fcccd45c7e308725d3a2d484fa2540268e130e37..a2e86476a2e51108a9a22d4ed2c4c13e267800d7 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <zebra.h>
 
-extern int
-show_adj_route_vpn (struct vty *vty, struct peer *peer, struct prefix_rd *prd,
-                    afi_t afi, safi_t safi, u_char use_json);
+extern int show_adj_route_vpn(struct vty *vty, struct peer *peer,
+                             struct prefix_rd *prd, afi_t afi, safi_t safi,
+                             bool use_json);
 
 #endif /* _QUAGGA_BGP_VPN_H */