diff options
author | Susant Sahani <ssahani@vmware.com> | 2019-12-20 14:13:18 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-12-21 00:26:44 +0900 |
commit | 0f3ff4eae2f3b32616d2c6f85cb99f7faae5cfa6 (patch) | |
tree | 1fdfacd0ea21374afffe1cdc86c9fbfefc843900 /src/systemd/sd-dhcp-client.h | |
parent | 1cb342447d92053ab1750e498b6591f3dd46f0f6 (diff) | |
download | systemd-0f3ff4eae2f3b32616d2c6f85cb99f7faae5cfa6.tar.gz |
network: DHCP4 introduce send decline
Diffstat (limited to 'src/systemd/sd-dhcp-client.h')
-rw-r--r-- | src/systemd/sd-dhcp-client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-dhcp-client.h b/src/systemd/sd-dhcp-client.h index f97e35b654..0002ea0e59 100644 --- a/src/systemd/sd-dhcp-client.h +++ b/src/systemd/sd-dhcp-client.h @@ -184,6 +184,7 @@ int sd_dhcp_client_set_dhcp_option(sd_dhcp_client *client, sd_dhcp_option *v); 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_decline(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); |