From: Katy Feng Date: Fri, 3 Feb 2023 17:41:08 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=632a516d8c4b64025ed0f7b0ee890ebb36a99a15;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/file.h b/open-vm-tools/lib/include/file.h index d2bb8d824..f4fc3c0a0 100644 --- a/open-vm-tools/lib/include/file.h +++ b/open-vm-tools/lib/include/file.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2020 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2020,2023 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 @@ -367,6 +367,8 @@ char *File_GetSafeTmpDir(Bool useConf); char *File_GetSafeRandomTmpDir(Bool useConf); +char *File_GetUacSafeRandomTmpDir(Bool useConf); + int File_MakeSafeTemp(const char *tag, char **presult);