X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Fip.h;h=5a683ccd4cb03e949ed33bad0efb2f6c5d285aab;hb=836b7aab793962aeac45cedd049970ca058258d5;hp=94ea1eda3b3dc234e94cf9f56a305c415b9d0d9d;hpb=56985ab57d52a966a60f5e812e166d1b4c9c120a;p=linux-2.6.git diff --git a/include/net/ip.h b/include/net/ip.h index 94ea1eda3..5a683ccd4 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 *skb); -extern int ip_mc_output(struct sk_buff *skb); +extern int ip_output(struct sk_buff **pskb); +extern int ip_mc_output(struct sk_buff **pskb); 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);