]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd: Fix bgp_vty.h to conform to coding standard
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 12 Jan 2018 14:51:18 +0000 (09:51 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 3 Feb 2018 16:33:13 +0000 (11:33 -0500)
The function declarations were missing some parameter
names as is our standard.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_vty.h

index e456f7caed0611ae69420ab8bb135982da091db0..cbb41f0840a526e8e41559f9d08d0aa08510cb53 100644 (file)
@@ -44,9 +44,9 @@ 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);