mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
add missing function declarations
svn path=/trunk/; revision=17969
This commit is contained in:
parent
30da66ac75
commit
6f8faaa0d5
2 changed files with 6 additions and 0 deletions
|
@ -191,6 +191,9 @@ DrawPartitionList (PPARTLIST List);
|
|||
VOID
|
||||
SelectPartition(PPARTLIST List, ULONG DiskNumber, ULONG PartitionNumber);
|
||||
|
||||
BOOL
|
||||
SetMountedDeviceValues(PPARTLIST List);
|
||||
|
||||
VOID
|
||||
ScrollDownPartitionList (PPARTLIST List);
|
||||
|
||||
|
|
|
@ -35,6 +35,9 @@ ImportRegistryFile(PWSTR Filename,
|
|||
BOOLEAN
|
||||
SetInstallPathValue(PUNICODE_STRING InstallPath);
|
||||
|
||||
BOOLEAN
|
||||
SetMountedDeviceValue(CHAR Letter, ULONG Signature, LARGE_INTEGER StartingOffset);
|
||||
|
||||
#endif /* __REGISTRY_H__ */
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Reference in a new issue