netfilter: xtables: add struct xt_mtdtor_param::net
[safe/jmp/linux-2.6] / include / linux / netfilter_ipv4 / ip_tables.h
index 27b3f58..8d1f273 100644 (file)
@@ -242,7 +242,7 @@ extern void ipt_init(void) __init;
 extern struct xt_table *ipt_register_table(struct net *net,
                                           const struct xt_table *table,
                                           const struct ipt_replace *repl);
-extern void ipt_unregister_table(struct xt_table *table);
+extern void ipt_unregister_table(struct net *net, struct xt_table *table);
 
 /* Standard entry. */
 struct ipt_standard {