]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dhcp: drop unused prototype
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 14 Nov 2023 08:00:34 +0000 (17:00 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 15 Nov 2023 01:17:34 +0000 (10:17 +0900)
Follow-up for 53488ea352b658e37eef06f958c3f8ca062a64d9.

src/libsystemd-network/dhcp-identifier.h

index 5ffa38dfc8b2841215a523ed18d5ce4e2886f6c1..0af2937eef1da23e549fc88940d28f794d16ae24 100644 (file)
@@ -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,