diff options
Diffstat (limited to 'arp.h')
-rw-r--r-- | arp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ struct arpmsg { unsigned char tip[4]; } __attribute__((__packed__)); -int arp(struct ctx *c, struct pool *p); +int arp(const struct ctx *c, const struct pool *p); #endif /* ARP_H */ |