summaryrefslogtreecommitdiffstats
path: root/xshared.h
blob: c53b618fb2d9e008efe5ca47fa6b6cdb2c620963 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef IPTABLES_XSHARED_H
#define IPTABLES_XSHARED_H 1

struct xtables_rule_match;
struct xtables_target;

extern void print_extension_helps(const struct xtables_target *,
	const struct xtables_rule_match *);

#endif /* IPTABLES_XSHARED_H */