From fbc54f6900ad0c8a52d505e5f2e5df9a5e6678b5 Mon Sep 17 00:00:00 2001 From: rusty Date: Fri, 1 Sep 2000 06:03:12 +0000 Subject: print and save can be NULL. --- extensions/libipt_unclean.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'extensions/libipt_unclean.c') diff --git a/extensions/libipt_unclean.c b/extensions/libipt_unclean.c index c433bc7..b954e36 100644 --- a/extensions/libipt_unclean.c +++ b/extensions/libipt_unclean.c @@ -41,11 +41,6 @@ static void final_check(unsigned int flags) { } -/* Saves the union ipt_matchinfo in parsable form to stdout. */ -static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match) -{ -} - struct iptables_match unclean = { NULL, "unclean", @@ -57,7 +52,7 @@ struct iptables_match unclean &parse, &final_check, NULL, /* print */ - &save, + NULL, /* save */ opts }; -- cgit v1.2.3