[FASTFAT] Start implementing FAT32 statistics support
[reactos.git] / drivers / filesystems / fastfat / vfat.h
index fcb22b9..64a9679 100644 (file)
@@ -929,6 +929,12 @@ FAT32SetDirtyStatus(
     PDEVICE_EXTENSION DeviceExt,
     BOOLEAN DirtyStatus);
 
+NTSTATUS
+FAT32UpdateFreeClustersCount(
+    PDEVICE_EXTENSION DeviceExt,
+    ULONG Count,
+    BOOLEAN Freed);
+
 /* fcb.c */
 
 PVFATFCB