summaryrefslogtreecommitdiff
path: root/src/systemd/sd-dhcp-client.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-03-04 17:20:04 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-18 22:41:48 +0900
commit1c9a2e266f1d9f7bfd472067faa92d7fd5f0487d (patch)
treebf16cdec19574a3eb1ab7a014aad828226360cd5 /src/systemd/sd-dhcp-client.h
parentbdbb98d9aea73184a58db79321c52d8af5fb175a (diff)
downloadsystemd-1c9a2e266f1d9f7bfd472067faa92d7fd5f0487d.tar.gz
dhcp: introduce sd_dhcp_client_send_renew()
Diffstat (limited to 'src/systemd/sd-dhcp-client.h')
-rw-r--r--src/systemd/sd-dhcp-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-dhcp-client.h b/src/systemd/sd-dhcp-client.h
index ab62368e9c..cf4308927e 100644
--- a/src/systemd/sd-dhcp-client.h
+++ b/src/systemd/sd-dhcp-client.h
@@ -177,6 +177,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);
+int sd_dhcp_client_send_renew(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);