mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 08:20:08 +01:00
17 lines
435 B
C
17 lines
435 B
C
// SPDX-License-Identifier: LGPL-2.1+
|
|
/*
|
|
* Copyright (C) 2018 Red Hat, Inc.
|
|
*/
|
|
|
|
#ifndef __NM_SD_UTILS_CORE_H__
|
|
#define __NM_SD_UTILS_CORE_H__
|
|
|
|
/*****************************************************************************/
|
|
|
|
struct _NMUuid;
|
|
|
|
struct _NMUuid *nm_sd_utils_id128_get_machine (struct _NMUuid *out_uuid);
|
|
|
|
/*****************************************************************************/
|
|
|
|
#endif /* __NM_SD_UTILS_CORE_H__ */
|