netfilter: xtables: generate initial table on-demand
[pandora-kernel.git] / include / linux / netfilter_arp / arp_tables.h
index f233652..0b33980 100644 (file)
@@ -258,6 +258,7 @@ struct arpt_error {
        .target.errorname = "ERROR",                                           \
 }
 
+extern void *arpt_alloc_initial_table(const struct xt_table *);
 extern struct xt_table *arpt_register_table(struct net *net,
                                            const struct xt_table *table,
                                            const struct arpt_replace *repl);