NetworkManager/src/core/devices/nm-device-ethernet-utils.h
Thomas Haller e0c617a68f
all: move "src/" directory to "src/core/"
Like commit ac1a9e03e4 ('all: move "src/" directory to "src/core/"')
2021-02-08 09:56:41 +01:00

11 lines
329 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2011 Red Hat, Inc.
*/
#ifndef __NETWORKMANAGER_DEVICE_ETHERNET_UTILS_H__
#define __NETWORKMANAGER_DEVICE_ETHERNET_UTILS_H__
char *nm_device_ethernet_utils_get_default_wired_name(GHashTable *existing_ids);
#endif /* NETWORKMANAGER_DEVICE_ETHERNET_UTILS_H */