summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorlaforge <laforge>2002-08-09 07:47:12 +0000
committerlaforge <laforge>2002-08-09 07:47:12 +0000
commit7897ea36d58b1375486fddaa2a5070fd31c85c9f (patch)
tree3286c4a04a2bdd9e37066e4e9dba2068a7854b8d /include/linux
parent2bb4f91b580bb8d7a76a911480a988bf62f232f0 (diff)
make libipt_helper.so build always, since it's now submitted to 2.4.20
Diffstat (limited to 'include/linux')
-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 0000000..6f12ecb
--- /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 */