summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_SET.c
diff options
context:
space:
mode:
authorPeter Riley <Peter.Riley@hotpop.com>2007-09-02 13:09:07 +0000
committerPatrick McHardy <kaber@trash.net>2007-09-02 13:09:07 +0000
commitea146a982e26c42f9954f140276f8deeb2edbe98 (patch)
treee37d5492b526d07b10205f00fcc7232fa0148361 /extensions/libipt_SET.c
parentdcfd0a487fc622c76feedeeae2c2bd985cd7e19f (diff)
Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
Diffstat (limited to 'extensions/libipt_SET.c')
-rw-r--r--extensions/libipt_SET.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_SET.c b/extensions/libipt_SET.c
index 0425d20d..0d96e45d 100644
--- a/extensions/libipt_SET.c
+++ b/extensions/libipt_SET.c
@@ -41,7 +41,7 @@ static const struct option opts[] = {
};
/* Initialize the target. */
-static void init(struct xt_entry_target *target, unsigned int *nfcache)
+static void init(struct xt_entry_target *target)
{
struct ipt_set_info_target *info =
(struct ipt_set_info_target *) target->data;