]> err.no Git - linux-2.6/blobdiff - include/linux/netfilter/x_tables.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
[linux-2.6] / include / linux / netfilter / x_tables.h
index 64f425a855bb7c191467c2e537a3fc4ce4b6af51..03e6ce979eaa52f1a58493f1f020e5298ab16f70 100644 (file)
@@ -191,7 +191,7 @@ struct xt_target
        /* Returns verdict. Argument order changed since 2.6.9, as this
           must now handle non-linear skbs, using skb_copy_bits and
           skb_ip_make_writable. */
-       unsigned int (*target)(struct sk_buff **pskb,
+       unsigned int (*target)(struct sk_buff *skb,
                               const struct net_device *in,
                               const struct net_device *out,
                               unsigned int hooknum,