From 075b751cfe1ae87c416eceb68e01b5f8b9a9e92b Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 16 Apr 2010 22:28:41 +0100 Subject: Further reduction of warnings under gcc 4.2.1 --- zebra/ioctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra/ioctl.h') diff --git a/zebra/ioctl.h b/zebra/ioctl.h index fee9b725..5481451c 100644 --- a/zebra/ioctl.h +++ b/zebra/ioctl.h @@ -40,6 +40,7 @@ extern void if_get_mtu (struct interface *); #ifdef HAVE_IPV6 extern int if_prefix_add_ipv6 (struct interface *, struct connected *); extern int if_prefix_delete_ipv6 (struct interface *, struct connected *); +extern int if_ioctl_ipv6(u_long, caddr_t); #endif /* HAVE_IPV6 */ #ifdef SOLARIS_IPV6 -- cgit v1.2.3