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 ) --- extensions/libxt_multiport.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'extensions/libxt_multiport.c') diff --git a/extensions/libxt_multiport.c b/extensions/libxt_multiport.c index f7e67daa..25aa6284 100644 --- a/extensions/libxt_multiport.c +++ b/extensions/libxt_multiport.c @@ -135,7 +135,7 @@ parse_multi_ports_v1(const char *portstring, /* Initialize the match. */ static void -init(struct xt_entry_match *m, unsigned int *nfcache) +init(struct xt_entry_match *m) { } @@ -213,7 +213,6 @@ __parse(int c, char **argv, int invert, unsigned int *flags, static int parse(int c, char **argv, int invert, unsigned int *flags, const void *e, - unsigned int *nfcache, struct xt_entry_match **match) { const struct ipt_entry *entry = e; @@ -224,7 +223,6 @@ parse(int c, char **argv, int invert, unsigned int *flags, static int parse6(int c, char **argv, int invert, unsigned int *flags, const void *e, - unsigned int *nfcache, struct xt_entry_match **match) { const struct ip6t_entry *entry = (const struct ip6t_entry *)e; @@ -280,7 +278,6 @@ __parse_v1(int c, char **argv, int invert, unsigned int *flags, static int parse_v1(int c, char **argv, int invert, unsigned int *flags, const void *e, - unsigned int *nfcache, struct xt_entry_match **match) { const struct ipt_entry *entry = e; @@ -291,7 +288,6 @@ parse_v1(int c, char **argv, int invert, unsigned int *flags, static int parse6_v1(int c, char **argv, int invert, unsigned int *flags, const void *e, - unsigned int *nfcache, struct xt_entry_match **match) { const struct ip6t_entry *entry = (const struct ip6t_entry *)e; -- cgit v1.2.3