summaryrefslogtreecommitdiff
path: root/libnm-core/nm-core-internal.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-10-31 10:38:01 +0100
committerThomas Haller <thaller@redhat.com>2018-10-31 10:47:34 +0100
commite0fb702aac34116c2b063a3b88e7fbd6b999c381 (patch)
tree715b80dbacef9b2be013e5a8566de9397ae674ed /libnm-core/nm-core-internal.h
parentb77f509e8211ceb0d8d7161d1cf5517447ec1416 (diff)
downloadNetworkManager-th/uuid.tar.gz
libnm: add nm_utils_uuid_is_null() helperth/uuid
Diffstat (limited to 'libnm-core/nm-core-internal.h')
-rw-r--r--libnm-core/nm-core-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-core/nm-core-internal.h b/libnm-core/nm-core-internal.h
index 80d00d90a6..bd004d195e 100644
--- a/libnm-core/nm-core-internal.h
+++ b/libnm-core/nm-core-internal.h
@@ -295,6 +295,8 @@ char *_nm_utils_uuid_unparse (const NMUuid *uuid,
char *out_str /*[37]*/);
NMUuid *_nm_utils_uuid_generate_random (NMUuid *out_uuid);
+gboolean nm_utils_uuid_is_null (const NMUuid *uuid);
+
#define NM_UTILS_UUID_TYPE_LEGACY 0
#define NM_UTILS_UUID_TYPE_VERSION3 3
#define NM_UTILS_UUID_TYPE_VERSION5 5