]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
ipt_get_target is declared non-static in ip_tables.h, so it is non-static here
authorHarald Welte <laforge@gnumonks.org>
Sat, 26 May 2001 04:35:49 +0000 (04:35 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sat, 26 May 2001 04:35:49 +0000 (04:35 +0000)
libiptc/libiptc.c

index 2a24b8ae4a89b35f3d5863aa6572fccfafa08483..402daac4d03fab64b464d8c2f763823888f7d287 100644 (file)
@@ -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;