summaryrefslogtreecommitdiffstats
path: root/xshared.h
diff options
context:
space:
mode:
Diffstat (limited to 'xshared.h')
-rw-r--r--xshared.h10
1 files changed, 10 insertions, 0 deletions
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 */