]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemd/sd-dhcp-client.h
networkd: DHCP client add support to send RELEASE packet
[thirdparty/systemd.git] / src / systemd / sd-dhcp-client.h
index 5dbfe8e4a1272b34bd528f74706b279bb99bb876..ab62368e9cee0cee1e0d55a0f0e856259b2165ef 100644 (file)
@@ -176,6 +176,7 @@ int sd_dhcp_client_get_lease(
 
 int sd_dhcp_client_stop(sd_dhcp_client *client);
 int sd_dhcp_client_start(sd_dhcp_client *client);
+int sd_dhcp_client_send_release(sd_dhcp_client *client);
 
 sd_dhcp_client *sd_dhcp_client_ref(sd_dhcp_client *client);
 sd_dhcp_client *sd_dhcp_client_unref(sd_dhcp_client *client);