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