summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2002-08-09 07:47:12 +0000
committerHarald Welte <laforge@gnumonks.org>2002-08-09 07:47:12 +0000
commitf4e6683c5a4c80e494a2167d1a64d1b9c63587aa (patch)
tree3286c4a04a2bdd9e37066e4e9dba2068a7854b8d /include
parenta8b097891eaab7be15718af2a1bae573b0219d3a (diff)
make libipt_helper.so build always, since it's now submitted to 2.4.20
Diffstat (limited to 'include')
-rw-r--r--include/linux/netfilter_ipv4/ipt_helper.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_helper.h b/include/linux/netfilter_ipv4/ipt_helper.h
new file mode 100644
index 00000000..6f12ecb8
--- /dev/null
+++ b/include/linux/netfilter_ipv4/ipt_helper.h
@@ -0,0 +1,8 @@
+#ifndef _IPT_HELPER_H
+#define _IPT_HELPER_H
+
+struct ipt_helper_info {
+ int invert;
+ char name[30];
+};
+#endif /* _IPT_HELPER_H */