summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/networkd-dhcp-common.h')
-rw-r--r--src/network/networkd-dhcp-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-dhcp-common.h b/src/network/networkd-dhcp-common.h
index 6b462b3bd2..fc85fb4706 100644
--- a/src/network/networkd-dhcp-common.h
+++ b/src/network/networkd-dhcp-common.h
@@ -60,7 +60,7 @@ static inline DUID *link_get_dhcp6_duid(Link *link) {
return link_get_duid(link, AF_INET6);
}
-int link_configure_duid(Link *link);
+int dhcp_configure_duid(Link *link, DUID *duid);
int manager_request_product_uuid(Manager *m);
const char* dhcp_use_domains_to_string(DHCPUseDomains p) _const_;