X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fra.h;h=a31e7f69cfeba44b5757ccfc9f5e4491887b64a2;hb=e1b11c518aded9136b4f44759c6e2a6be4161ee9;hp=f87c4f73590961157413f4086d473b05a113ae8b;hpb=a300c7335c5ad78fb053e7c73b45e95e1f3c2ad1;p=odhcp6c.git diff --git a/src/ra.h b/src/ra.h index f87c4f7..a31e7f6 100644 --- a/src/ra.h +++ b/src/ra.h @@ -34,6 +34,5 @@ struct icmpv6_opt { (void*)(opt + opt->len) <= (void*)(end); opt += opt->len) -int ra_init(const char *ifname); +int ra_init(const char *ifname, const struct in6_addr *ifid); bool ra_process(void); -bool ra_rtnl_process(void);