chiark / gitweb /
sd-dhcp-client/networkd: add transient hostname support
[elogind.git] / src / systemd / sd-dhcp-client.h
index a1480841909886afae4ecfc11786fbf76839a830..e387d54046d7e2697eed4ce875d1a09d5f6b1e8e 100644 (file)
@@ -56,6 +56,7 @@ int sd_dhcp_client_prefixlen(const struct in_addr *addr);
 int sd_dhcp_client_get_router(sd_dhcp_client *client, struct in_addr *addr);
 int sd_dhcp_client_get_dns(sd_dhcp_client *client, struct in_addr ***addr);
 int sd_dhcp_client_get_mtu(sd_dhcp_client *client, uint16_t *mtu);
+int sd_dhcp_client_get_hostname(sd_dhcp_client *client, const char **hostname);
 
 int sd_dhcp_client_stop(sd_dhcp_client *client);
 int sd_dhcp_client_start(sd_dhcp_client *client);