From f89c1716a7743ca6e2e6164d3b64c15b2e285e1e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 12 Jun 2009 20:48:52 +0200 Subject: iptables: allow for help-less extensions This is for extensions that do not take any options, and which subsequently do not offer any help text either. Signed-off-by: Jan Engelhardt --- xshared.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xshared.h (limited to 'xshared.h') diff --git a/xshared.h b/xshared.h new file mode 100644 index 00000000..c53b618f --- /dev/null +++ b/xshared.h @@ -0,0 +1,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 */ -- cgit v1.2.3