[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure...
[deliverable/linux.git] / include / linux / netfilter_ipv6 / ip6_tables.h
index 2fbabab30d214cd3fbcfbd713ac20dcbae35b497..e37698c337ad98d85997bb010a7e8adad87b07a2 100644 (file)
@@ -286,14 +286,14 @@ ip6t_get_target(struct ip6t_entry *e)
 #include <linux/init.h>
 extern void ip6t_init(void) __init;
 
-extern int ip6t_register_table(struct ip6t_table *table,
+extern int ip6t_register_table(struct xt_table *table,
                               const struct ip6t_replace *repl);
-extern void ip6t_unregister_table(struct ip6t_table *table);
+extern void ip6t_unregister_table(struct xt_table *table);
 extern unsigned int ip6t_do_table(struct sk_buff **pskb,
                                  unsigned int hook,
                                  const struct net_device *in,
                                  const struct net_device *out,
-                                 struct ip6t_table *table);
+                                 struct xt_table *table);
 
 /* Check for an extension */
 extern int ip6t_ext_hdr(u8 nexthdr);
This page took 0.028053 seconds and 5 git commands to generate.