Fix up to work with IVI kernel-headers
[profile/ivi/iptables.git] / xshared.h
1 #ifndef IPTABLES_XSHARED_H
2 #define IPTABLES_XSHARED_H 1
3
4 struct xtables_rule_match;
5 struct xtables_target;
6
7 extern void print_extension_helps(const struct xtables_target *,
8         const struct xtables_rule_match *);
9
10 #endif /* IPTABLES_XSHARED_H */