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/rtadv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zebra/rtadv.h') diff --git a/zebra/rtadv.h b/zebra/rtadv.h index d52c2c08..c2855a30 100644 --- a/zebra/rtadv.h +++ b/zebra/rtadv.h @@ -52,7 +52,8 @@ struct rtadv_prefix }; -void rtadv_config_write (struct vty *, struct interface *); +extern void rtadv_config_write (struct vty *, struct interface *); +extern void rtadv_init (void); /* draft-ietf-mip6-mipext-advapi-03 */ -- cgit v1.2.1