https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4b6abeb352e68d7918196b05a4ddffb8c3c2065d

commit 4b6abeb352e68d7918196b05a4ddffb8c3c2065d
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Jun 9 17:56:06 2019 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun Jun 9 17:56:06 2019 +0200

    [FASTFAT] Minor cleanup of the main header file.
---
 drivers/filesystems/fastfat/vfat.h | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/drivers/filesystems/fastfat/vfat.h 
b/drivers/filesystems/fastfat/vfat.h
index 48923cdc94..478753447d 100644
--- a/drivers/filesystems/fastfat/vfat.h
+++ b/drivers/filesystems/fastfat/vfat.h
@@ -1148,14 +1148,14 @@ VfatBuildRequest(
 
 PVOID
 VfatGetUserBuffer(
-    IN PIRP,
+    IN PIRP Irp,
     IN BOOLEAN Paging);
 
 NTSTATUS
 VfatLockUserBuffer(
-    IN PIRP,
-    IN ULONG,
-    IN LOCK_OPERATION);
+    IN PIRP Irp,
+    IN ULONG Length,
+    IN LOCK_OPERATION Operation);
 
 BOOLEAN
 VfatCheckForDismount(
@@ -1221,11 +1221,6 @@ BOOLEAN
 vfatIsLongIllegal(
     WCHAR c);
 
-BOOLEAN
-wstrcmpjoki(
-    PWSTR s1,
-    PWSTR s2);
-
 /* volume.c */
 
 NTSTATUS

Reply via email to