Addendum to r65112

svn path=/trunk/; revision=65113
This commit is contained in:
Pierre Schweitzer 2014-10-29 22:40:16 +00:00
parent 7f1c752c3a
commit d22dd7da46
2 changed files with 3 additions and 1 deletions

View file

@ -715,6 +715,9 @@ NtfsFsdWrite(PDEVICE_OBJECT DeviceObject,
/* volinfo.c */
ULONGLONG
NtfsGetFreeClusters(PDEVICE_EXTENSION DeviceExt);
NTSTATUS
NtfsQueryVolumeInformation(PNTFS_IRP_CONTEXT IrpContext);

View file

@ -32,7 +32,6 @@
/* FUNCTIONS ****************************************************************/
static
ULONGLONG
NtfsGetFreeClusters(PDEVICE_EXTENSION DeviceExt)
{