From 9f9ec0183cbf7e8b1ed8a76000b6e8c654d7e28e Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Tue, 24 Jul 2007 05:44:11 +0000 Subject: Adds xtables.[ch] and change Makefile to compile it --- xtables.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 xtables.c (limited to 'xtables.c') diff --git a/xtables.c b/xtables.c new file mode 100644 index 0000000..cc4d218 --- /dev/null +++ b/xtables.c @@ -0,0 +1,19 @@ +/* + * (C) 2000-2006 by the netfilter coreteam : + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +#include -- cgit v1.2.3