mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[DiskPart]
Remove unused file. Lee Schroeder, bug #6699. svn path=/trunk/; revision=54520
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user