diff options
Diffstat (limited to 'icmp.h')
-rw-r--r-- | icmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ struct ctx; -void icmp_sock_handler(struct ctx *c, int s, uint32_t events, +void icmp_sock_handler(struct ctx *c, int s, uint32_t events, char *pkt_buf, struct timespec *now); int icmp_tap_handler(struct ctx *c, int af, void *addr, struct tap_msg *msg, int count, struct timespec *now); |