summaryrefslogtreecommitdiff
path: root/ripd/rip_debug.c
diff options
context:
space:
mode:
authorpaul <paul>2005-10-25 23:31:05 +0000
committerpaul <paul>2005-10-25 23:31:05 +0000
commitdc63bfd49513b7ca157c3992c8bc9da9d736fc39 (patch)
treed6ccb6737c0354d106c6b85013979cef2abb3353 /ripd/rip_debug.c
parente029d448587551be7543e64e278dbb566f57509a (diff)
2005-10-26 Paul Jakma <paul.jakma@sun.com>
* (general) static/extern functions and definitions. * rip_interface.h: new file, export the public functions from rip_interface.c
Diffstat (limited to 'ripd/rip_debug.c')
-rw-r--r--ripd/rip_debug.c6
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;