mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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
|
PVOID
|
||||||
VfatGetUserBuffer(
|
VfatGetUserBuffer(
|
||||||
IN PIRP,
|
IN PIRP Irp,
|
||||||
IN BOOLEAN Paging);
|
IN BOOLEAN Paging);
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
VfatLockUserBuffer(
|
VfatLockUserBuffer(
|
||||||
IN PIRP,
|
IN PIRP Irp,
|
||||||
IN ULONG,
|
IN ULONG Length,
|
||||||
IN LOCK_OPERATION);
|
IN LOCK_OPERATION Operation);
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
VfatCheckForDismount(
|
VfatCheckForDismount(
|
||||||
|
@ -1221,11 +1221,6 @@ BOOLEAN
|
||||||
vfatIsLongIllegal(
|
vfatIsLongIllegal(
|
||||||
WCHAR c);
|
WCHAR c);
|
||||||
|
|
||||||
BOOLEAN
|
|
||||||
wstrcmpjoki(
|
|
||||||
PWSTR s1,
|
|
||||||
PWSTR s2);
|
|
||||||
|
|
||||||
/* volume.c */
|
/* volume.c */
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
Loading…
Reference in a new issue