[NETFILTER]: x_tables: remove unused argument to target functions
[deliverable/linux.git] / include / linux / netfilter_ipv6 / ip6_tables.h
index d0d5d1ee4be31c64e9b64df889c68d68d73db46a..d7a8e9c0dad06ec657e324e6136b34921397b36e 100644 (file)
@@ -300,8 +300,7 @@ 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,
-                                 void *userdata);
+                                 struct ip6t_table *table);
 
 /* Check for an extension */
 extern int ip6t_ext_hdr(u8 nexthdr);
This page took 0.026739 seconds and 5 git commands to generate.