[SETUPLIB][USETUP] Move the registry-update procedure into setuplib.
[reactos.git] / base / setup / lib / registry.h
index 7bc8d8f..cab0be3 100644 (file)
@@ -47,15 +47,15 @@ ImportRegistryFile(
 
 NTSTATUS
 VerifyRegistryHives(
-    IN PUNICODE_STRING InstallPath,
+    IN PUNICODE_STRING NtSystemRoot,
     OUT PBOOLEAN ShouldRepairRegistry);
 
 NTSTATUS
 RegInitializeRegistry(
-    IN PUNICODE_STRING InstallPath);
+    IN PUNICODE_STRING NtSystemRoot);
 
 VOID
 RegCleanupRegistry(
-    IN PUNICODE_STRING InstallPath);
+    IN PUNICODE_STRING NtSystemRoot);
 
 /* EOF */