summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_connmark.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2002-06-04 07:46:30 +0000
committerHarald Welte <laforge@gnumonks.org>2002-06-04 07:46:30 +0000
commitcff123aad2eecb9ca178a567469898575ae50a65 (patch)
tree9354fc22e3b4c8a010c32e8ec369ecb69ea2d162 /extensions/libipt_connmark.c
parent744f3e25f630f00c91058867d26e29c5eb3cc213 (diff)
make connmark patch comply with NO_SHARED_LIBS
Diffstat (limited to 'extensions/libipt_connmark.c')
-rw-r--r--extensions/libipt_connmark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/libipt_connmark.c b/extensions/libipt_connmark.c
index 6371b4eb..14cbe331 100644
--- a/extensions/libipt_connmark.c
+++ b/extensions/libipt_connmark.c
@@ -107,6 +107,7 @@ save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
((struct ipt_connmark_info *)match->data)->invert, 0);
}
+static
struct iptables_match mark
= { NULL,
"connmark",