X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fnetfilter.h;h=a9357be1ae41e22af645cff08e05ff6d3b6c5c2a;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=83f9668653ca9af88966749327e1408df0363e2d;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index 83f966865..a9357be1a 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h @@ -178,7 +178,7 @@ extern inline struct ip6t_target * ip6t_find_target_lock(const char *name, int *error, struct semaphore *mutex); extern inline struct arpt_target * arpt_find_target_lock(const char *name, int *error, struct semaphore *mutex); -extern void (*ip_ct_attach)(struct sk_buff *, struct nf_ct_info *); +extern void (*ip_ct_attach)(struct sk_buff *, struct sk_buff *); #ifdef CONFIG_NETFILTER_DEBUG extern void nf_dump_skb(int pf, struct sk_buff *skb);