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_condition.h
blob2bc5b0c87d723c5ca1c32606695f2358e46b8834
1 #ifndef __IPT_CONDITION_MATCH__
2 #define __IPT_CONDITION_MATCH__
4 #define CONDITION_NAME_LEN 32
6 struct condition_info {
7 char name[CONDITION_NAME_LEN];
8 int invert;
9 };
11 #endif