vserver 1.9.5.x5
[linux-2.6.git] / include / linux / netfilter_arp / arp_tables.h
index d6a7188..b16b479 100644 (file)
@@ -312,9 +312,6 @@ struct arpt_table
        /* A unique name... */
        char name[ARPT_TABLE_MAXNAMELEN];
 
-       /* Seed table: copied in register_table */
-       struct arpt_replace *table;
-
        /* What hooks you will enter on */
        unsigned int valid_hooks;
 
@@ -328,7 +325,8 @@ struct arpt_table
        struct module *me;
 };
 
-extern int arpt_register_table(struct arpt_table *table);
+extern int arpt_register_table(struct arpt_table *table,
+                              const struct arpt_replace *repl);
 extern void arpt_unregister_table(struct arpt_table *table);
 extern unsigned int arpt_do_table(struct sk_buff **pskb,
                                  unsigned int hook,