Add option to ignore default lifetime for RDNSS records
[oweals/odhcp6c.git] / src / ra.h
index 3beac68576a04bcf0b41df0f400b343a29b78ef6..3634f3cb4e1f45d8c6699914ad20c6767fb85d5e 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, const struct in6_addr *ifid);
+int ra_init(const char *ifname, const struct in6_addr *ifid, unsigned int options);
 bool ra_link_up(void);
 bool ra_process(void);