GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / netfilter_ipv4 / ipt_string.h
blobc26de3059903eeb21a91de18c067db084de67a68
1 #ifndef _IPT_STRING_H
2 #define _IPT_STRING_H
4 #include <linux/netfilter/xt_string.h>
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
10 #endif /*_IPT_STRING_H*/