[SETUPLIB] Consolidate the FsUtil and PartList modules of the SetupLib.
[reactos.git] / base / setup / lib / fsutil.h
index 9d6d4a0..6fbd864 100644 (file)
@@ -31,4 +31,10 @@ GetFileSystem(
     // IN PFILE_SYSTEM_LIST FileSystemList,
     IN struct _PARTENTRY* PartEntry);
 
+
+BOOLEAN
+PreparePartitionForFormatting(
+    IN struct _PARTENTRY* PartEntry,
+    IN PFILE_SYSTEM FileSystem);
+
 /* EOF */