diff options
Diffstat (limited to 'net/icmp.h')
| -rw-r--r-- | net/icmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
