diff options
Diffstat (limited to 'bgpd/bgp_vpn.h')
| -rw-r--r-- | bgpd/bgp_vpn.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/bgpd/bgp_vpn.h b/bgpd/bgp_vpn.h index fcccd45c7e..d2a2cb4a5e 100644 --- a/bgpd/bgp_vpn.h +++ b/bgpd/bgp_vpn.h @@ -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, +			      u_char use_json);  #endif /* _QUAGGA_BGP_VPN_H */  | 
