]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Tue, 19 Feb 2019 20:51:32 +0000 (12:51 -0800)
committerOliver Kurth <okurth@vmware.com>
Tue, 19 Feb 2019 20:51:32 +0000 (12:51 -0800)
open-vm-tools/lib/include/file.h

index 71ee4ea9446d602378a10ee89e641c6537ef1f41..2eb380e9c42c04de75c2131df3446b5b0c9247a9 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2019 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
@@ -223,6 +223,10 @@ uint64 File_GetFreeSpace(const char *pathName,
 
 uint64 File_GetCapacity(const char *pathName);
 
+#ifdef _WIN32
+char *File_GetNTGlobalFinalPath(const char* pathName);
+#endif
+
 int File_MakeTempEx(const char *dir,
                     const char *pathName,
                     char **presult);