From 433e62f81373263051d847183a254bafeaadf565 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Mon, 13 Mar 2017 11:46:36 -0700 Subject: [PATCH] dll: do not export FspFileSystemResolveReparsePointsInternal --- src/dll/fsop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dll/fsop.c b/src/dll/fsop.c index 18252ec0..b28b6bcf 100644 --- a/src/dll/fsop.c +++ b/src/dll/fsop.c @@ -1354,7 +1354,7 @@ FSP_API BOOLEAN FspFileSystemFindReparsePoint(FSP_FILE_SYSTEM *FileSystem, return FALSE; } -FSP_API NTSTATUS FspFileSystemResolveReparsePointsInternal(FSP_FILE_SYSTEM *FileSystem, +static NTSTATUS FspFileSystemResolveReparsePointsInternal(FSP_FILE_SYSTEM *FileSystem, NTSTATUS (*GetReparsePointByName)( FSP_FILE_SYSTEM *FileSystem, PVOID Context, PWSTR FileName, BOOLEAN IsDirectory, PVOID Buffer, PSIZE_T PSize),