]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 7 Aug 2020 19:03:26 +0000 (12:03 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 7 Aug 2020 19:03:26 +0000 (12:03 -0700)
open-vm-tools/lib/include/uuid.h

index 699dcd3948675987a2553be29a2cbfa174a420bd..6029f6151db6c0bf37b81ff4e1d269b3886c4572 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2018, 2020 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -141,6 +141,9 @@ EFIGUID;
 Bool UUID_ConvertPackedToBin(EFIGUID *destID,
                              const char *text);
 
+Bool UUID_ConvertPackedToUUIDRFC4122(UUIDRFC4122 *destID,
+                                     const char *text);
+
 Bool UUID_ConvertToBin(uint8 dest_id[UUID_SIZE],
                        const char *text);