From dc7f6c9b94183ea555dc307e1d04209730749af0 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 29 Oct 2020 01:04:08 +0900 Subject: sd-network: move net_get_unique_predictable_data() and net_get_name_persisten() --- src/libsystemd-network/network-internal.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libsystemd-network/network-internal.h') diff --git a/src/libsystemd-network/network-internal.h b/src/libsystemd-network/network-internal.h index 8bdaa29c78..c4e89ade9a 100644 --- a/src/libsystemd-network/network-internal.h +++ b/src/libsystemd-network/network-internal.h @@ -4,12 +4,8 @@ #include #include -#include "sd-device.h" #include "sd-dhcp-lease.h" -int net_get_unique_predictable_data(sd_device *device, bool use_sysname, uint64_t *result); -const char *net_get_name_persistent(sd_device *device); - size_t serialize_in_addrs(FILE *f, const struct in_addr *addresses, size_t size, -- cgit v1.2.1