mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[USETUP]
Update prototypes. svn path=/trunk/; revision=67950
This commit is contained in:
parent
e4f03e95bc
commit
3eb7effa38
1 changed files with 3 additions and 3 deletions
|
@ -222,18 +222,18 @@ ScrollUpPartitionList(
|
|||
VOID
|
||||
CreatePrimaryPartition(
|
||||
PPARTLIST List,
|
||||
ULONGLONG PartitionSize,
|
||||
ULONGLONG SectorCount,
|
||||
BOOLEAN AutoCreate);
|
||||
|
||||
VOID
|
||||
CreateExtendedPartition(
|
||||
PPARTLIST List,
|
||||
ULONGLONG PartitionSize);
|
||||
ULONGLONG SectorCount);
|
||||
|
||||
VOID
|
||||
CreateLogicalPartition(
|
||||
PPARTLIST List,
|
||||
ULONGLONG PartitionSize);
|
||||
ULONGLONG SectorCount);
|
||||
|
||||
VOID
|
||||
DeleteCurrentPartition(
|
||||
|
|
Loading…
Reference in a new issue