summaryrefslogtreecommitdiffstats
path: root/libiptc/libiptc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiptc/libiptc.c')
-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;