Sync to trunk revision 61757.
[reactos.git] / base / system / diskpart / repair.c
1 /*
2 * PROJECT: ReactOS DiskPart
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/system/diskpart/repair.c
5 * PURPOSE: Manages all the partitions of the OS in
6 * an interactive way
7 * PROGRAMMERS: Lee Schroeder
8 */
9
10 #include "diskpart.h"
11
12 BOOL repair_main(INT argc, LPWSTR *argv)
13 {
14 printf("\nTODO: Add code later since Win 7 Home Premium doesn't have this feature.\n");
15
16 return TRUE;
17 }