summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent8e52815a55692d657aeca7f8ecf656cd65dcfce0 (diff)
Adds xtables.[ch] and change Makefile to compile it
Diffstat (limited to 'include')
-rw-r--r--include/xtables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xtables.h b/include/xtables.h
new file mode 100644
index 00000000..eed1dffc
--- /dev/null
+++ b/include/xtables.h
@@ -0,0 +1,4 @@
+#ifndef _XTABLES_H
+#define _XTABLES_H
+
+#endif /* _XTABLES_H */