mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[DiskPart]
Remove unused file. Lee Schroeder, bug #6699. svn path=/trunk/; revision=54520
This commit is contained in:
parent
81516fc73a
commit
cd19187c5d
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
/*
|
||||
* PROJECT: ReactOS DiskPart
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: base/system/diskpart/remove.h
|
||||
* PURPOSE: Manages all the partitions of the OS in
|
||||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
#ifndef REMOVE_H_INCLUDED
|
||||
#define REMOVE_H_INCLUDED
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
BOOL remove_main(INT argc, WCHAR **argv);
|
||||
VOID help_remove(INT argc, WCHAR **argv);
|
||||
|
||||
#endif // REMOVE_H_INCLUDED
|
Loading…
Reference in a new issue