summaryrefslogtreecommitdiff
path: root/net/icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/icmp.h')
-rw-r--r--net/icmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/icmp.h b/net/icmp.h
index c2c5e8f..50613bb 100644
--- a/net/icmp.h
+++ b/net/icmp.h
@@ -25,4 +25,4 @@ struct icmp_v4_dst_unreachable {
uint8_t data[];
} __attribute__((packed));
-bool icmp_incoming(struct netdev *dev,struct icmp_v4 *data, uint32_t count_bytes);
+bool icmp_incoming(struct netdev *dev,struct eth_hdr *hdr);