summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_ipv6header.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/libip6t_ipv6header.c
parentdcfd0a487fc622c76feedeeae2c2bd985cd7e19f (diff)
Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
Diffstat (limited to 'extensions/libip6t_ipv6header.c')
-rw-r--r--extensions/libip6t_ipv6header.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/libip6t_ipv6header.c b/extensions/libip6t_ipv6header.c
index 4dab33fc..3d21f450 100644
--- a/extensions/libip6t_ipv6header.c
+++ b/extensions/libip6t_ipv6header.c
@@ -155,7 +155,7 @@ static const struct option opts[] = {
};
static void
-init(struct xt_entry_match *m, unsigned int *nfcache)
+init(struct xt_entry_match *m)
{
struct ip6t_ipv6header_info *info = (struct ip6t_ipv6header_info *)m->data;
@@ -186,7 +186,6 @@ parse_header(const char *flags) {
static int
parse(int c, char **argv, int invert, unsigned int *flags,
const void *entry,
- unsigned int *nfcache,
struct xt_entry_match **match)
{
struct ip6t_ipv6header_info *info = (struct ip6t_ipv6header_info *)(*match)->data;