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

struct xtables_rule_match;
struct xtables_target;

enum {
	XT_OPTION_OFFSET_SCALE = 256,
};

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

#endif /* IPTABLES_XSHARED_H */