From ea146a982e26c42f9954f140276f8deeb2edbe98 Mon Sep 17 00:00:00 2001 From: Peter Riley Date: Sun, 2 Sep 2007 13:09:07 +0000 Subject: Remove last vestiges of NFC (Peter Riley ) --- include/xtables.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/xtables.h b/include/xtables.h index 3ac561f5..f23c303f 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 */ -- cgit v1.2.3