X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemd%2Fsd-dhcp-client.h;h=a1480841909886afae4ecfc11786fbf76839a830;hp=62af4fa1c1c60af6721a0d27a3f257e995a3da0c;hb=4f882b2a5007e51032459e29d15a86df6b5ea9f4;hpb=eb2f9b18026c7b52099b324f4e9136f23b340c8d diff --git a/src/systemd/sd-dhcp-client.h b/src/systemd/sd-dhcp-client.h index 62af4fa1c..a14808419 100644 --- a/src/systemd/sd-dhcp-client.h +++ b/src/systemd/sd-dhcp-client.h @@ -55,6 +55,7 @@ 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_get_mtu(sd_dhcp_client *client, uint16_t *mtu); int sd_dhcp_client_stop(sd_dhcp_client *client); int sd_dhcp_client_start(sd_dhcp_client *client);