diff options
Diffstat (limited to 'net/ping.h')
-rw-r--r-- | net/ping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ping.h b/net/ping.h index 246d3aa1051..0a2d7d17976 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 |