]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/nf_internals.h
serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.c
[linux-2.6-omap-h63xx.git] / net / netfilter / nf_internals.h
index 86e392bfe8330e68484f6cab83cfc9749091cb97..196269c1e5865d2a5e0387f34d7e9fce10637504 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,