From a1ac18c4d5b4f8f4f279efb2ae12b46258f22282 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 28 Jun 2005 17:17:12 +0000 Subject: 2005-06-28 Paul Jakma * (global) Extern and static'ification, with related fixups of declarations, ensuring files include their own headers, etc. if_ioctl.c: (interface_info_ioctl) fix obvious arg mis-order in list loop --- zebra/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zebra/debug.c') 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; -- cgit v1.2.3