summaryrefslogtreecommitdiff
path: root/open-vm-tools/lib/include/uuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/lib/include/uuid.h')
-rw-r--r--open-vm-tools/lib/include/uuid.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/open-vm-tools/lib/include/uuid.h b/open-vm-tools/lib/include/uuid.h
index 7ab8abf1..4b400265 100644
--- a/open-vm-tools/lib/include/uuid.h
+++ b/open-vm-tools/lib/include/uuid.h
@@ -25,9 +25,9 @@
#ifndef _UUID_H_
#define _UUID_H_
-#define INCLUDE_ALLOW_USERLEVEL
+#define INCLUDE_ALLOW_USERLEVEL
#define INCLUDE_ALLOW_VMCORE
-#include "includeCheck.h"
+#include "includeCheck.h"
#define UUID_SIZE 16
#define UUID_STRSIZE (2*UUID_SIZE + 1)
@@ -56,6 +56,7 @@ char *UUID_ConvertToText(const uint8 id[UUID_SIZE]);
char *UUID_Create(const char *configFileFullPath, int schemeControl);
char *UUID_CreateRandom(void);
+char *UUID_CreateRandomRFC4122V4(void);
char *UUID_CreateRandomVpxStyle(uint8 vpxdId, UUIDStyle);
Bool UUID_IsUUIDGeneratedByThatVpxd(const uint8 *id, int vpxdInstanceId);
char *UUID_PackText(const char *text, char *pack, int packLen);