X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fodhcp6c.h;h=3f23e64f5685d1ebced05da4b7255ca6b93700aa;hp=e3c6c5eeacf71b4ad187aab4e4033226ff372316;hb=bbcc9cfa44372f58cb33d556d9b7c57f6ee96b61;hpb=62ea2821e389332d13cc05eb1ac6e77a7787f2db diff --git a/src/odhcp6c.h b/src/odhcp6c.h index e3c6c5e..3f23e64 100644 --- a/src/odhcp6c.h +++ b/src/odhcp6c.h @@ -239,7 +239,7 @@ struct odhcp6c_entry { }; -int init_dhcpv6(const char *ifname, int request_pd, int sol_timeout); +int init_dhcpv6(const char *ifname, int request_pd, bool strict_options, int sol_timeout); void dhcpv6_set_ia_mode(enum odhcp6c_ia_mode na, enum odhcp6c_ia_mode pd); int dhcpv6_request(enum dhcpv6_msg type); int dhcpv6_poll_reconfigure(void);