summaryrefslogtreecommitdiffstats
path: root/libiptc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-05-26 04:35:49 +0000
committerHarald Welte <laforge@gnumonks.org>2001-05-26 04:35:49 +0000
commitec81ca7e5e5939eb0bfa4776c5c0c585efdfd1bb (patch)
tree6c12878ab804e9ef0d99a906ae76932e38135c46 /libiptc
parent1cb4c055f142dc018c08f1a8d6216017ab51c917 (diff)
ipt_get_target is declared non-static in ip_tables.h, so it is non-static here
Diffstat (limited to 'libiptc')
-rw-r--r--libiptc/libiptc.c4
1 files changed, 2 insertions, 2 deletions
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;