summaryrefslogtreecommitdiff
path: root/iptables.h
diff options
context:
space:
mode:
Diffstat (limited to 'iptables.h')
-rw-r--r--iptables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/iptables.h b/iptables.h
index 5dfb54a..892a0d4 100644
--- a/iptables.h
+++ b/iptables.h
@@ -55,9 +55,6 @@ struct fw3_ipt_handle {
enum fw3_family family;
enum fw3_table table;
void *handle;
-
- int libc;
- void **libv;
};
struct fw3_ipt_rule {
@@ -165,4 +162,7 @@ fw3_ipt_rule_target(struct fw3_ipt_rule *r, const char *fmt, ...)
fw3_ipt_rule_addarg(r, false, "-j", buf);
}
+void xtables_register_match(struct xtables_match *me);
+void xtables_register_target(struct xtables_target *me);
+
#endif