mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
add missing function declarations
svn path=/trunk/; revision=17969
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user