X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemd%2Fsd-dhcp-client.h;h=68fcba5495b9152fa09ca7b6926f6c2f5496002e;hp=fdc5b2dcba303aa6ddf8448c24182eb1e41b397c;hb=9f9a964f195df68175cd3d5c9c90a476fa474073;hpb=d2fe46b514ef3f6e0c0eb16b2d853c6dd6fa1808 diff --git a/src/systemd/sd-dhcp-client.h b/src/systemd/sd-dhcp-client.h index fdc5b2dcb..68fcba549 100644 --- a/src/systemd/sd-dhcp-client.h +++ b/src/systemd/sd-dhcp-client.h @@ -54,6 +54,7 @@ int sd_dhcp_client_get_address(sd_dhcp_client *client, struct in_addr *addr); int sd_dhcp_client_get_netmask(sd_dhcp_client *client, struct in_addr *addr); 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_stop(sd_dhcp_client *client); int sd_dhcp_client_start(sd_dhcp_client *client);