From 0c4188f446e7c0ed07076c69d1d7f336a92efc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kis-Szab=C3=B3?= Date: Wed, 14 Aug 2002 11:40:41 +0000 Subject: minor fixes by kisza: - remove -C(check) function from ip6tables - -M added to the getopts()'s list (missed) - small change in the iptables help - remove some unused code - some GPL notice added --- ip6tables-save.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ip6tables-save.c') diff --git a/ip6tables-save.c b/ip6tables-save.c index 1a11bff4..b9dbd80e 100644 --- a/ip6tables-save.c +++ b/ip6tables-save.c @@ -3,6 +3,7 @@ * Original code: iptables-save * Authors: Paul 'Rusty' Russel and * Harald Welte + * This code is distributed under the terms of GNU GPL v2 */ #include #include @@ -27,10 +28,6 @@ static struct option options[] = { { 0 } }; -/* -extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload tryload); -extern struct ip6tables_target *find_target(const char *name, enum ip6t_tryload tryload); -*/ /* This assumes that mask is contiguous, and byte-bounded. */ static void -- cgit v1.2.3