X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fnetfilter%2Fnf_internals.h;h=196269c1e5865d2a5e0387f34d7e9fce10637504;hb=478735e42bfa047384afa72dceb408035532db20;hp=6bdee2910617dac3176aef65361c9eae5399b7b5;hpb=2fc2991175bf77395e6b15fe6b2304d3bf72da40;p=linux-2.6 diff --git a/net/netfilter/nf_internals.h b/net/netfilter/nf_internals.h index 6bdee29106..196269c1e5 100644 --- a/net/netfilter/nf_internals.h +++ b/net/netfilter/nf_internals.h @@ -1,7 +1,6 @@ #ifndef _NF_INTERNALS_H #define _NF_INTERNALS_H -#include #include #include #include @@ -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,