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-restore.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'ip6tables-restore.c') diff --git a/ip6tables-restore.c b/ip6tables-restore.c index f4a86975..66801133 100644 --- a/ip6tables-restore.c +++ b/ip6tables-restore.c @@ -5,8 +5,9 @@ * Authors: * Harald Welte * Rusty Russell + * This code is distributed under the terms of GNU GPL v2 * - * $Id: ip6tables-restore.c,v 1.8 2002/03/03 09:44:31 laforge Exp $ + * $Id: ip6tables-restore.c,v 1.9 2002/05/29 13:08:15 laforge Exp $ */ #include @@ -23,12 +24,6 @@ #define DEBUGP(x, args...) #endif -/* -extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int builtinstoo, ip6tc_handle_t *handle); -extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle); -extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle); -*/ - static int binary = 0, counters = 0, verbose = 0, noflush = 0; /* Keeping track of external matches and targets. */ -- cgit v1.2.3