VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / netfilter_ipv4 / ipt_CLASSIFY.h
1 #ifndef _IPT_CLASSIFY_H
2 #define _IPT_CLASSIFY_H
3
4 struct ipt_classify_target_info {
5         u_int32_t priority;
6 };
7
8 #endif /*_IPT_CLASSIFY_H */