summaryrefslogtreecommitdiff
path: root/include/net/icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/icmp.h')
-rw-r--r--include/net/icmp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net/icmp.h b/include/net/icmp.h
index dc4d6f524a0f..460cb2c37be2 100644
--- a/include/net/icmp.h
+++ b/include/net/icmp.h
@@ -35,9 +35,8 @@ extern struct icmp_mib icmp_statistics[NR_CPUS*2];
#define ICMP_INC_STATS_BH(field) SNMP_INC_STATS_BH(icmp_statistics, field)
#define ICMP_INC_STATS_USER(field) SNMP_INC_STATS_USER(icmp_statistics, field)
-extern void icmp_send(struct sk_buff *skb_in, int type, int code,
- unsigned long info);
-extern int icmp_rcv(struct sk_buff *skb, unsigned short len);
+extern void icmp_send(struct sk_buff *skb_in, int type, int code, u32 info);
+extern int icmp_rcv(struct sk_buff *skb);
extern int icmp_ioctl(struct sock *sk, int cmd, unsigned long arg);
extern void icmp_init(struct net_proto_family *ops);