X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Fip.h;h=0f633ff0b9b443515ddcc92b9aaa70e77c62afbe;hb=a9fdee76789476a10f923f9fb3c84993042da3ac;hp=15a1c6a2e534e0776c4d7c9e391db29103f4b9d2;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/include/net/ip.h b/include/net/ip.h index 15a1c6a2e..0f633ff0b 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -89,8 +89,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);