]> err.no Git - linux-2.6/blobdiff - include/net/netfilter/nf_conntrack_helper.h
[IPV4]: Use ctl paths to register net/ipv4/ table
[linux-2.6] / include / net / netfilter / nf_conntrack_helper.h
index 0dcc4c828ce94bff389248223584a992872f063a..d7b2d5483a7128702fdd81ac914908eba8b15e23 100644 (file)
@@ -29,7 +29,7 @@ struct nf_conntrack_helper
 
        /* Function to call when data passes; return verdict, or -1 to
            invalidate. */
-       int (*help)(struct sk_buff **pskb,
+       int (*help)(struct sk_buff *skb,
                    unsigned int protoff,
                    struct nf_conn *ct,
                    enum ip_conntrack_info conntrackinfo);