From 7897ea36d58b1375486fddaa2a5070fd31c85c9f Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 9 Aug 2002 07:47:12 +0000 Subject: make libipt_helper.so build always, since it's now submitted to 2.4.20 --- include/linux/netfilter_ipv4/ipt_helper.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/linux/netfilter_ipv4/ipt_helper.h (limited to 'include') 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 */ -- cgit v1.2.3