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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ripd/rip_debug.h') diff --git a/ripd/rip_debug.h b/ripd/rip_debug.h index 3b44d0cf..f3a07eea 100644 --- a/ripd/rip_debug.h +++ b/ripd/rip_debug.h @@ -48,7 +48,7 @@ extern unsigned long rip_debug_event; extern unsigned long rip_debug_packet; extern unsigned long rip_debug_zebra; -void rip_debug_init (); -void rip_debug_reset (); +extern void rip_debug_init (void); +extern void rip_debug_reset (void); #endif /* _ZEBRA_RIP_DEBUG_H */ -- cgit v1.2.1