diff options
Diffstat (limited to 'ripd/rip_debug.c')
-rw-r--r-- | ripd/rip_debug.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ripd/rip_debug.c b/ripd/rip_debug.c index fd735d0f..d788ea7e 100644 --- a/ripd/rip_debug.c +++ b/ripd/rip_debug.c @@ -210,7 +210,7 @@ struct cmd_node debug_node = 1 }; -int +static int config_write_debug (struct vty *vty) { int write = 0; @@ -251,7 +251,7 @@ config_write_debug (struct vty *vty) } void -rip_debug_reset () +rip_debug_reset (void) { rip_debug_event = 0; rip_debug_packet = 0; @@ -259,7 +259,7 @@ rip_debug_reset () } void -rip_debug_init () +rip_debug_init (void) { rip_debug_event = 0; rip_debug_packet = 0; |