This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / linux / netfilter_ipv4 / ipt_string.h
1 #ifndef _IPT_STRING_H
2 #define _IPT_STRING_H
3
4 #include <linux/netfilter/xt_string.h>
5
6 #define IPT_STRING_MAX_PATTERN_SIZE XT_STRING_MAX_PATTERN_SIZE
7 #define IPT_STRING_MAX_ALGO_NAME_SIZE XT_STRING_MAX_ALGO_NAME_SIZE
8 #define ipt_string_info xt_string_info
9
10 #endif /*_IPT_STRING_H*/