netfilter: xtables: generate initial table on-demand
[safe/jmp/linux-2.6] / include / linux / netfilter_ipv4 / ip_tables.h
index 8d1f273..364973b 100644 (file)
@@ -282,6 +282,7 @@ struct ipt_error {
        .target.errorname = "ERROR",                                           \
 }
 
+extern void *ipt_alloc_initial_table(const struct xt_table *);
 extern unsigned int ipt_do_table(struct sk_buff *skb,
                                 unsigned int hook,
                                 const struct net_device *in,