Sync with trunk r63383 .
[reactos.git] / base / system / diskpart / recover.c
1 /*
2 * PROJECT: ReactOS DiskPart
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/system/diskpart/recover.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 recover_main(INT argc, LPWSTR *argv)
13 {
14 return TRUE;
15 }