diff options
Diffstat (limited to 'net/ping.h')
-rw-r--r-- | net/ping.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, struct ip_udp_hdr *ip, int len); +void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len); #endif /* __PING_H__ */ #endif |