mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[NTFS]
Addendum to r65112 svn path=/trunk/; revision=65113
This commit is contained in:
@@ -715,6 +715,9 @@ NtfsFsdWrite(PDEVICE_OBJECT DeviceObject,
|
||||
|
||||
/* volinfo.c */
|
||||
|
||||
ULONGLONG
|
||||
NtfsGetFreeClusters(PDEVICE_EXTENSION DeviceExt);
|
||||
|
||||
NTSTATUS
|
||||
NtfsQueryVolumeInformation(PNTFS_IRP_CONTEXT IrpContext);
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
static
|
||||
ULONGLONG
|
||||
NtfsGetFreeClusters(PDEVICE_EXTENSION DeviceExt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user