summaryrefslogtreecommitdiff
path: root/zebra/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/debug.c')
-rw-r--r--zebra/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/debug.c b/zebra/debug.c
index fc99623a..8575a664 100644
--- a/zebra/debug.c
+++ b/zebra/debug.c
@@ -201,7 +201,7 @@ struct cmd_node debug_node =
1
};
-int
+static int
config_write_debug (struct vty *vty)
{
int write = 0;
@@ -242,7 +242,7 @@ config_write_debug (struct vty *vty)
}
void
-zebra_debug_init ()
+zebra_debug_init (void)
{
zebra_debug_event = 0;
zebra_debug_packet = 0;