X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fodhcp6c.h;h=669b33d4149172b8240b3c90aedc422e92e546c2;hp=b6f0ff2331d33588b39d9ee0273d6e4a066b8c43;hb=2037bd1f310239f1982f3bd2f541ba409ee16b6a;hpb=a76c62d6a528d7b22aff49f5fd662af02976cfbe diff --git a/src/odhcp6c.h b/src/odhcp6c.h index b6f0ff2..669b33d 100644 --- a/src/odhcp6c.h +++ b/src/odhcp6c.h @@ -223,7 +223,7 @@ struct odhcp6c_entry { }; -int init_dhcpv6(const char *ifname, int request_pd); +int init_dhcpv6(const char *ifname, int request_pd, 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);