summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-11-14 17:00:34 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-11-15 10:17:34 +0900
commitb3884498a9903071992f1a3d2806d2f10cdfe060 (patch)
tree2e07389387b8f8954333ea7be39eee3e610d19fe
parentMerge pull request #30027 from bluca/news (diff)
downloadsystemd-b3884498a9903071992f1a3d2806d2f10cdfe060.tar.xz
systemd-b3884498a9903071992f1a3d2806d2f10cdfe060.zip
dhcp: drop unused prototype
Follow-up for 53488ea352b658e37eef06f958c3f8ca062a64d9.
-rw-r--r--src/libsystemd-network/dhcp-identifier.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp-identifier.h b/src/libsystemd-network/dhcp-identifier.h
index 5ffa38dfc8b..0af2937eef1 100644
--- a/src/libsystemd-network/dhcp-identifier.h
+++ b/src/libsystemd-network/dhcp-identifier.h
@@ -58,7 +58,6 @@ struct duid {
};
} _packed_;
-int dhcp_validate_duid_len(DUIDType duid_type, size_t duid_len, bool strict);
int dhcp_identifier_set_duid_llt(
const struct hw_addr_data *hw_addr,
uint16_t arp_type,