]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Fri, 3 Feb 2023 17:41:08 +0000 (09:41 -0800)
committerKaty Feng <fkaty@vmware.com>
Fri, 3 Feb 2023 17:41:08 +0000 (09:41 -0800)
open-vm-tools/lib/include/file.h

index d2bb8d824e4d559b5d0af572cb13ea8726568570..f4fc3c0a06d83f513532978b12ec79e20b6bca05 100644 (file)
@@ -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);