summaryrefslogtreecommitdiffstats
path: root/net/ping.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ping.h')
-rw-r--r--net/ping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ping.h b/net/ping.h
index 246d3aa105..0a2d7d1797 100644
--- a/net/ping.h
+++ b/net/ping.h
@@ -28,7 +28,7 @@ void ping_start(void);
* @param ip IP header in the same packet
* @param len Packet length
*/
-void ping_receive(Ethernet_t *et, IP_t *ip, int len);
+void ping_receive(Ethernet_t *et, struct ip_udp_hdr *ip, int len);
#endif /* __PING_H__ */
#endif
OpenPOWER on IntegriCloud