Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
[cascardo/linux.git] / net / netfilter / nf_internals.h
index 86e392b..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,
@@ -23,8 +23,8 @@ extern unsigned int nf_iterate(struct list_head *head,
                                int hook_thresh);
 
 /* nf_queue.c */
-extern int nf_queue(struct sk_buff **skb, 
-                   struct list_head *elem, 
+extern int nf_queue(struct sk_buff *skb,
+                   struct list_head *elem,
                    int pf, unsigned int hook,
                    struct net_device *indev,
                    struct net_device *outdev,