1 /* iptables module for using NFQUEUE mechanism
3 * (C) 2005 Harald Welte <laforge@netfilter.org>
5 * This software is distributed under GNU GPL v2, 1991
8 #ifndef _XT_NFQ_TARGET_H
9 #define _XT_NFQ_TARGET_H
11 #include <linux/types.h>
18 struct xt_NFQ_info_v1 {
23 #endif /* _XT_NFQ_TARGET_H */