From: John Wolfe Date: Fri, 7 Aug 2020 19:03:26 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c15cc2d69d00799361b1ffc3b87550377b5f31;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/uuid.h b/open-vm-tools/lib/include/uuid.h index 699dcd394..6029f6151 100644 --- a/open-vm-tools/lib/include/uuid.h +++ b/open-vm-tools/lib/include/uuid.h @@ -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);