]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_dump.c
Treewide: use ANSI function definitions
[mirror_frr.git] / eigrpd / eigrp_dump.c
index c975c0abc7b6cef50b2b48c03edd4560e4194445..876e1cac0735ade2c1fee7248b3d86b096799cb9 100644 (file)
@@ -605,7 +605,7 @@ static struct cmd_node eigrp_debug_node = {
 };
 
 /* Initialize debug commands. */
-void eigrp_debug_init()
+void eigrp_debug_init(void)
 {
        install_node(&eigrp_debug_node, config_write_debug);