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
diff --git a/ripd/rip_debug.h b/ripd/rip_debug.h
index 3b44d0c..f3a07ee 100644
--- a/ripd/rip_debug.h
+++ b/ripd/rip_debug.h
@@ -48,7 +48,7 @@
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 */