summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 07:29:36 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 07:29:36 +0000
commita2e89ccf65e8c881e77674cd2b15b9704b0c6822 (patch)
tree6520cff017338b7c3e3761088c448d0a3eaaf741 /include/linux/netfilter
parentfa00a73487f6400abc3c6b4dd306c6a269ff7cd1 (diff)
Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.c
Diffstat (limited to 'include/linux/netfilter')
-rw-r--r--include/linux/netfilter/xt_NFQUEUE.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/linux/netfilter/xt_NFQUEUE.h b/include/linux/netfilter/xt_NFQUEUE.h
new file mode 100644
index 00000000..9a9af79f
--- /dev/null
+++ b/include/linux/netfilter/xt_NFQUEUE.h
@@ -0,0 +1,16 @@
+/* iptables module for using NFQUEUE mechanism
+ *
+ * (C) 2005 Harald Welte <laforge@netfilter.org>
+ *
+ * This software is distributed under GNU GPL v2, 1991
+ *
+*/
+#ifndef _XT_NFQ_TARGET_H
+#define _XT_NFQ_TARGET_H
+
+/* target info */
+struct xt_NFQ_info {
+ u_int16_t queuenum;
+};
+
+#endif /* _XT_NFQ_TARGET_H */