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_state.h
bloba44a99cc28ccd2434d42d5b916bcf8d518a01aca
1 #ifndef _IPT_STATE_H
2 #define _IPT_STATE_H
4 /* Backwards compatibility for old userspace */
6 #include <linux/netfilter/xt_state.h>
8 #define IPT_STATE_BIT XT_STATE_BIT
9 #define IPT_STATE_INVALID XT_STATE_INVALID
11 #define IPT_STATE_UNTRACKED XT_STATE_UNTRACKED
13 #define ipt_state_info xt_state_info
15 #endif /*_IPT_STATE_H*/