From 91330df37cbcd08b5a56fe21395cf496fbe73fe8 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 2 Sep 2007 13:09:07 +0000 Subject: [PATCH]: 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 f7e67da..25aa628 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