summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-09-02 13:09:07 +0000
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-09-02 13:09:07 +0000
commit91330df37cbcd08b5a56fe21395cf496fbe73fe8 (patch)
treee37d5492b526d07b10205f00fcc7232fa0148361 /include
parent2450b7138278bfc264c4bb8cf55eb2dee8537b9c (diff)
[PATCH]: Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
Diffstat (limited to 'include')
-rw-r--r--include/xtables.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/xtables.h b/include/xtables.h
index 3ac561f..f23c303 100644
--- a/include/xtables.h
+++ b/include/xtables.h
@@ -80,14 +80,13 @@ struct xtables_match
void (*help)(void);
/* Initialize the match. */
- void (*init)(struct xt_entry_match *m, unsigned int *nfcache);
+ void (*init)(struct xt_entry_match *m);
/* Function which parses command options; returns true if it
ate an option */
/* entry is struct ipt_entry for example */
int (*parse)(int c, char **argv, int invert, unsigned int *flags,
const void *entry,
- unsigned int *nfcache,
struct xt_entry_match **match);
/* Final check; exit if not ok. */
@@ -137,7 +136,7 @@ struct xtables_target
void (*help)(void);
/* Initialize the target. */
- void (*init)(struct xt_entry_target *t, unsigned int *nfcache);
+ void (*init)(struct xt_entry_target *t);
/* Function which parses command options; returns true if it
ate an option */