From ec81ca7e5e5939eb0bfa4776c5c0c585efdfd1bb Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 26 May 2001 04:35:49 +0000 Subject: ipt_get_target is declared non-static in ip_tables.h, so it is non-static here --- libiptc/libiptc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiptc') diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 2a24b8ae..402daac4 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -1,4 +1,4 @@ -/* Library which manipulates firewall rules. Version $Revision: 1.29 $ */ +/* Library which manipulates firewall rules. Version $Revision: 1.30 $ */ /* Architecture of firewall rules is as follows: * @@ -16,7 +16,7 @@ #endif #ifndef __OPTIMIZE__ -static STRUCT_ENTRY_TARGET * +STRUCT_ENTRY_TARGET * GET_TARGET(STRUCT_ENTRY *e) { return (void *)e + e->target_offset; -- cgit v1.2.3