diff options
Diffstat (limited to 'arp.h')
-rw-r--r-- | arp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,4 +17,4 @@ struct arpmsg { unsigned char tip[4]; } __attribute__((__packed__)); -int arp(struct ctx *c, struct ethhdr *eh, size_t len); +int arp(struct ctx *c, struct pool *p); |