[NETFILTER]: Replace sk_buff ** with sk_buff *
[safe/jmp/linux-2.6] / net / netfilter / nf_internals.h
index 0df7fff..196269c 100644 (file)
@@ -14,7 +14,7 @@
 
 /* core.c */
 extern unsigned int nf_iterate(struct list_head *head,
-                               struct sk_buff **skb,
+                               struct sk_buff *skb,
                                int hook,
                                const struct net_device *indev,
                                const struct net_device *outdev,