]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - src/ra.h
Revert "Fix parsing of Router Advertisement messsages"
[odhcp6c.git] / src / ra.h
index f87c4f73590961157413f4086d473b05a113ae8b..af28d228c50b24e04e923699ee08ba3f9ccaeb78 100644 (file)
--- a/src/ra.h
+++ b/src/ra.h
@@ -34,6 +34,6 @@ 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_link_up(void);
 bool ra_process(void);
-bool ra_rtnl_process(void);