X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fnetfilter%2Fnf_internals.h;h=196269c1e5865d2a5e0387f34d7e9fce10637504;hb=8f8da9adebdf04bfb3b812a7de8706fbf179fd2c;hp=86e392bfe8330e68484f6cab83cfc9749091cb97;hpb=0a1340c185734a57fbf4775927966ad4a1347b02;p=linux-2.6-omap-h63xx.git diff --git a/net/netfilter/nf_internals.h b/net/netfilter/nf_internals.h index 86e392bfe83..196269c1e58 100644 --- a/net/netfilter/nf_internals.h +++ b/net/netfilter/nf_internals.h @@ -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,