add missing function declarations
authorThomas Bluemel <thomas@reactsoft.com>
Wed, 21 Sep 2005 17:28:14 +0000 (17:28 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Wed, 21 Sep 2005 17:28:14 +0000 (17:28 +0000)
svn path=/trunk/; revision=17969

reactos/subsys/system/usetup/partlist.h
reactos/subsys/system/usetup/registry.h

index 3f79c8d..403c79c 100644 (file)
@@ -191,6 +191,9 @@ DrawPartitionList (PPARTLIST List);
 VOID
 SelectPartition(PPARTLIST List, ULONG DiskNumber, ULONG PartitionNumber);
 
+BOOL
+SetMountedDeviceValues(PPARTLIST List);
+
 VOID
 ScrollDownPartitionList (PPARTLIST List);
 
index 0ac2832..c0a1411 100644 (file)
@@ -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 */