[SETUPLIB][USETUP] Cleanup some code in USETUP. Redefine FormatPartition() and Chkdsk...
[reactos.git] / base / setup / usetup / format.h
index b84ae57..80c5a85 100644 (file)
@@ -27,8 +27,8 @@
 #pragma once
 
 NTSTATUS
-FormatPartition(
-    IN PUNICODE_STRING DriveRoot,
+DoFormat(
+    IN PPARTENTRY PartEntry,
     IN PCWSTR FileSystemName,
     IN BOOLEAN QuickFormat);