summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_helper.h
blob: 6f12ecb8c93df8d48dc9907b0ab5688f1a4f2a37 (plain)
1
2
3
4
5
6
7
8
#ifndef _IPT_HELPER_H
#define _IPT_HELPER_H

struct ipt_helper_info {
	int invert;
	char name[30];
};
#endif /* _IPT_HELPER_H */