diff options
Diffstat (limited to 'include/net/icmp.h')
-rw-r--r-- | include/net/icmp.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/include/net/icmp.h b/include/net/icmp.h index fa770d238..a936803eb 100644 --- a/include/net/icmp.h +++ b/include/net/icmp.h @@ -28,14 +28,10 @@ extern struct icmp_err icmp_err_convert[]; extern struct icmp_mib icmp_statistics; extern void icmp_send(struct sk_buff *skb_in, int type, int code, - unsigned long info, struct device *dev); -extern int icmp_rcv(struct sk_buff *skb1, struct device *dev, - struct options *opt, __u32 daddr, - unsigned short len, __u32 saddr, - int redo, struct inet_protocol *protocol); -extern int icmp_ioctl(struct sock *sk, int cmd, - unsigned long arg); -extern void icmp_init(struct proto_ops *ops); + unsigned long info); +extern int icmp_rcv(struct sk_buff *skb, unsigned short len); +extern int icmp_ioctl(struct sock *sk, int cmd, unsigned long arg); +extern void icmp_init(struct net_proto_family *ops); /* CONFIG_IP_TRANSPARENT_PROXY */ extern int icmp_chkaddr(struct sk_buff *skb); |