X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fsystemd%2Fsd-dhcp-client.h;h=ab62368e9cee0cee1e0d55a0f0e856259b2165ef;hb=1501b429a94176bed0753e724541d5b097a92863;hp=5dbfe8e4a1272b34bd528f74706b279bb99bb876;hpb=bdb397ed10fb7c7d71fcf1bed2d919680f60889d;p=thirdparty%2Fsystemd.git diff --git a/src/systemd/sd-dhcp-client.h b/src/systemd/sd-dhcp-client.h index 5dbfe8e4a12..ab62368e9ce 100644 --- a/src/systemd/sd-dhcp-client.h +++ b/src/systemd/sd-dhcp-client.h @@ -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);