From 2aa683177ef9cc543fe850129b1d83df79b0219f Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 10 Jun 2016 23:19:13 -0700 Subject: [PATCH] dll: fuse: rename fuseintf to fuse_intf --- build/VStudio/winfsp_dll.vcxproj | 2 +- build/VStudio/winfsp_dll.vcxproj.filters | 2 +- src/dll/fuse/{fuseintf.c => fuse_intf.c} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename src/dll/fuse/{fuseintf.c => fuse_intf.c} (99%) diff --git a/build/VStudio/winfsp_dll.vcxproj b/build/VStudio/winfsp_dll.vcxproj index d1b9d4e8..43c3b57b 100644 --- a/build/VStudio/winfsp_dll.vcxproj +++ b/build/VStudio/winfsp_dll.vcxproj @@ -33,7 +33,7 @@ - + diff --git a/build/VStudio/winfsp_dll.vcxproj.filters b/build/VStudio/winfsp_dll.vcxproj.filters index 1d7d16a2..221e6c92 100644 --- a/build/VStudio/winfsp_dll.vcxproj.filters +++ b/build/VStudio/winfsp_dll.vcxproj.filters @@ -100,7 +100,7 @@ Source - + Source\fuse diff --git a/src/dll/fuse/fuseintf.c b/src/dll/fuse/fuse_intf.c similarity index 99% rename from src/dll/fuse/fuseintf.c rename to src/dll/fuse/fuse_intf.c index 7725231f..486a5163 100644 --- a/src/dll/fuse/fuseintf.c +++ b/src/dll/fuse/fuse_intf.c @@ -1,5 +1,5 @@ /** - * @file dll/fuse/fuseintf.c + * @file dll/fuse/fuse_intf.c * * @copyright 2015-2016 Bill Zissimopoulos */