summaryrefslogtreecommitdiffstats
path: root/xtables.c
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 05:44:11 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 05:44:11 +0000
commit5208806f2708f761e97e62550561e3164b541770 (patch)
tree19a9130102438da37b7d45f0de574943dee29c4e /xtables.c
parent8e52815a55692d657aeca7f8ecf656cd65dcfce0 (diff)
Adds xtables.[ch] and change Makefile to compile it
Diffstat (limited to 'xtables.c')
-rw-r--r--xtables.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/xtables.c b/xtables.c
new file mode 100644
index 00000000..cc4d2184
--- /dev/null
+++ b/xtables.c
@@ -0,0 +1,19 @@
+/*
+ * (C) 2000-2006 by the netfilter coreteam <coreteam@netfilter.org>:
+ *
+ * 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 <xtables.h>