summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-09-22 07:44:23 +0200
committerGitHub <noreply@github.com>2019-09-22 07:44:23 +0200
commit82d1264048a3768fb8238387810f78c5d3912058 (patch)
tree40849433e32bc8d48d7335b090bd4abc983a7128 /src/systemd
parentfc9d85b9bcef6c9329abeb085f0ba500b8eb1e28 (diff)
parent308e7dfdce67c5ac3a066f9aff1f7fc4f9f00060 (diff)
downloadsystemd-82d1264048a3768fb8238387810f78c5d3912058.tar.gz
Merge pull request #11883 from yuwata/network-dhcp-renew
network: dhcp renew
Diffstat (limited to 'src/systemd')
-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 46209cda05..d2d74b2b4c 100644
--- a/src/systemd/sd-dhcp-client.h
+++ b/src/systemd/sd-dhcp-client.h
@@ -178,6 +178,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);