From dc63bfd49513b7ca157c3992c8bc9da9d736fc39 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 25 Oct 2005 23:31:05 +0000 Subject: 2005-10-26 Paul Jakma * (general) static/extern functions and definitions. * rip_interface.h: new file, export the public functions from rip_interface.c --- ripd/rip_debug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ripd/rip_debug.c') 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; -- cgit v1.2.3