X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Fip.h;h=94ea1eda3b3dc234e94cf9f56a305c415b9d0d9d;hb=fbe873afbb149c2d419a726afd27fa7be91cec58;hp=5a683ccd4cb03e949ed33bad0efb2f6c5d285aab;hpb=62f00ab52b8aa6fe7d1db81d6477c635f3fa652a;p=linux-2.6.git diff --git a/include/net/ip.h b/include/net/ip.h index 5a683ccd4..94ea1eda3 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -92,8 +92,8 @@ extern int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt); extern int ip_local_deliver(struct sk_buff *skb); extern int ip_mr_input(struct sk_buff *skb); -extern int ip_output(struct sk_buff **pskb); -extern int ip_mc_output(struct sk_buff **pskb); +extern int ip_output(struct sk_buff *skb); +extern int ip_mc_output(struct sk_buff *skb); extern int ip_fragment(struct sk_buff *skb, int (*out)(struct sk_buff*)); extern int ip_do_nat(struct sk_buff *skb); extern void ip_send_check(struct iphdr *ip);