ipt_helper.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _IPT_HELPER_H
  2. #define _IPT_HELPER_H
  3. struct ipt_helper_info {
  4. int invert;
  5. char name[30];
  6. };
  7. #endif /* _IPT_HELPER_H */