summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-dhcp4.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-22 12:48:55 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 17:49:02 +0200
commit9155da08ee0afacde18ecd4cc4cfc2a9280052dc (patch)
treeab3a1cc5852e19f4698e411ed378a2597bd8333d /src/network/networkd-dhcp4.h
parentnetwork: address: do not send tentative flag (diff)
downloadsystemd-9155da08ee0afacde18ecd4cc4cfc2a9280052dc.tar.xz
systemd-9155da08ee0afacde18ecd4cc4cfc2a9280052dc.zip
network: rename dhcp_lease_lost() -> dhcp4_lease_lost() and expose it
A preparation for later commits.
Diffstat (limited to 'src/network/networkd-dhcp4.h')
-rw-r--r--src/network/networkd-dhcp4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-dhcp4.h b/src/network/networkd-dhcp4.h
index a33fe403be..e41e39fc6e 100644
--- a/src/network/networkd-dhcp4.h
+++ b/src/network/networkd-dhcp4.h
@@ -21,6 +21,7 @@ void network_adjust_dhcp4(Network *network);
int dhcp4_configure(Link *link);
int dhcp4_update_mac(Link *link);
int dhcp4_start(Link *link);
+int dhcp4_lease_lost(Link *link);
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_client_identifier);
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_acl_ip_address);