]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_vty.h
bgpd: Fix bgp_vty.h to conform to coding standard
[mirror_frr.git] / bgpd / bgp_vty.h
index 59bc0126615486b558de24fad308f9844b44f25e..cbb41f0840a526e8e41559f9d08d0aa08510cb53 100644 (file)
@@ -44,10 +44,11 @@ struct bgp;
        "Address Family modifier\n"
 
 extern void bgp_vty_init(void);
-extern const char *afi_safi_print(afi_t, safi_t);
-extern const char *afi_safi_json(afi_t, safi_t);
-extern void bgp_config_write_update_delay(struct vty *, struct bgp *);
+extern const char *afi_safi_print(afi_t afi, safi_t safi);
+extern const char *afi_safi_json(afi_t afi, safi_t safi);
+extern void bgp_config_write_update_delay(struct vty *vty, struct bgp *bgp);
 extern void bgp_config_write_wpkt_quanta(struct vty *vty, struct bgp *bgp);
+extern void bgp_config_write_rpkt_quanta(struct vty *vty, struct bgp *bgp);
 extern void bgp_config_write_listen(struct vty *vty, struct bgp *bgp);
 extern void bgp_config_write_coalesce_time(struct vty *vty, struct bgp *bgp);
 extern int bgp_vty_return(struct vty *vty, int ret);