chiark / gitweb /
rules: allow systemd to manage loop device partitions
[elogind.git] / src / systemd / sd-dhcp6-client.h
index 15e633bb68f2b51c54e802d8d4df930a19d7d2f7..93edcc41fcaa95168e8edd53e9b633ca053e82f5 100644 (file)
@@ -45,6 +45,8 @@ int sd_dhcp6_client_set_callback(sd_dhcp6_client *client,
 int sd_dhcp6_client_set_index(sd_dhcp6_client *client, int interface_index);
 int sd_dhcp6_client_set_mac(sd_dhcp6_client *client,
                             const struct ether_addr *mac_addr);
+int sd_dhcp6_client_set_request_option(sd_dhcp6_client *client,
+                                       uint16_t option);
 
 int sd_dhcp6_client_get_lease(sd_dhcp6_client *client, sd_dhcp6_lease **ret);