mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[FASTFAT] Minor cleanup of the main header file.
This commit is contained in:
parent
8a8453494f
commit
4b6abeb352
1 changed files with 4 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue