[NETFILTER]: nf_conntrack_extend: warn on confirmed conntracks
[safe/jmp/linux-2.6] / include / net / netfilter / nf_nat.h
index 76da322..9dc1039 100644 (file)
@@ -80,7 +80,7 @@ struct nf_conn_nat
 /* Set up the info structure to map into this range. */
 extern unsigned int nf_nat_setup_info(struct nf_conn *ct,
                                      const struct nf_nat_range *range,
-                                     unsigned int hooknum);
+                                     enum nf_nat_manip_type maniptype);
 
 /* Is this tuple already taken? (not by us)*/
 extern int nf_nat_used_tuple(const struct nf_conntrack_tuple *tuple,