about summary refs log tree commit diff
path: root/src/systemd/nm-sd-utils-core.h
blob: 3b0bc23bc757a0fccafcec2fd6c09a8159890ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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__ */