summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_NFLOG.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/libxt_NFLOG.c
parentdcfd0a487fc622c76feedeeae2c2bd985cd7e19f (diff)
Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
Diffstat (limited to 'extensions/libxt_NFLOG.c')
-rw-r--r--extensions/libxt_NFLOG.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_NFLOG.c b/extensions/libxt_NFLOG.c
index 9c5ea099..b42f8011 100644
--- a/extensions/libxt_NFLOG.c
+++ b/extensions/libxt_NFLOG.c
@@ -32,7 +32,7 @@ static void help(void)
IPTABLES_VERSION);
}
-static void init(struct xt_entry_target *t, unsigned int *nfcache)
+static void init(struct xt_entry_target *t)
{
struct xt_nflog_info *info = (struct xt_nflog_info *)t->data;