blob: 6f12ecb8c93df8d48dc9907b0ab5688f1a4f2a37 [file] [log] [blame]
#ifndef _IPT_HELPER_H
#define _IPT_HELPER_H
struct ipt_helper_info {
int invert;
char name[30];
};
#endif /* _IPT_HELPER_H */