odhcp6c: add -K option to set packet kernel priority
[project/odhcp6c.git] / src / odhcp6c.h
index 0831775f8bcc5ce58cf87fc68a5ffff13f55ea8a..5d9d5e300e21f02945fec69bdb7fd208d43e7e1d 100644 (file)
@@ -392,7 +392,7 @@ struct odhcp6c_opt {
        const char *str;
 };
 
-int init_dhcpv6(const char *ifname, unsigned int client_options, int sol_timeout);
+int init_dhcpv6(const char *ifname, unsigned int client_options, int sk_prio, int sol_timeout);
 int dhcpv6_set_ia_mode(enum odhcp6c_ia_mode na, enum odhcp6c_ia_mode pd, bool stateful_only);
 int dhcpv6_request(enum dhcpv6_msg type);
 int dhcpv6_poll_reconfigure(void);