]> err.no Git - linux-2.6/blobdiff - net/netfilter/nf_internals.h
Merge branch 'zero-len' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6] / net / netfilter / nf_internals.h
index 6bdee2910617dac3176aef65361c9eae5399b7b5..196269c1e5865d2a5e0387f34d7e9fce10637504 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _NF_INTERNALS_H
 #define _NF_INTERNALS_H
 
-#include <linux/config.h>
 #include <linux/list.h>
 #include <linux/skbuff.h>
 #include <linux/netdevice.h>
@@ -15,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,
@@ -24,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,