blob: 7596e3dd00cad645966f7cb289cc8e3bc5d41f01 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _IPT_CLASSIFY_H
2#define _IPT_CLASSIFY_H
3
4struct ipt_classify_target_info {
5 u_int32_t priority;
6};
7
8#endif /*_IPT_CLASSIFY_H */