1
0
Files
2016-11-30 09:03:17 +08:00

11 lines
243 B
C
Executable File

#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 */