Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / base / system / diskpart / clean.c
diff --git a/base/system/diskpart/clean.c b/base/system/diskpart/clean.c
new file mode 100644 (file)
index 0000000..145e713
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * PROJECT:         ReactOS DiskPart
+ * LICENSE:         GPL - See COPYING in the top level directory
+ * FILE:            base/system/diskpart/clean.c
+ * PURPOSE:         Manages all the partitions of the OS in an interactive way.
+ * PROGRAMMERS:     Lee Schroeder
+ */
+
+#include "diskpart.h"
+
+BOOL clean_main(INT argc, LPWSTR *argv)
+{
+    return TRUE;
+}