diff options
Diffstat (limited to 'ndp.h')
-rw-r--r-- | ndp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ struct icmp6hdr; -int ndp(const struct ctx *c, const struct icmp6hdr *ih, - const struct in6_addr *saddr, const struct pool *p); +int ndp(const struct ctx *c, const struct in6_addr *saddr, + struct iov_tail *data); void ndp_timer(const struct ctx *c, const struct timespec *now); #endif /* NDP_H */ |