This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / netfilter_ipv4 / ip_nat_protocol.h
index f343239..e817958 100644 (file)
@@ -18,7 +18,7 @@ struct ip_nat_protocol
        /* Do a packet translation according to the ip_nat_proto_manip
         * and manip type.  Return true if succeeded. */
        int (*manip_pkt)(struct sk_buff **pskb,
-                        unsigned int iphdroff,
+                        unsigned int hdroff,
                         const struct ip_conntrack_manip *manip,
                         enum ip_nat_manip_type maniptype);