Sync with trunk r63270.
[reactos.git] / base / setup / usetup / registry.h
index 63d2b67..de02b0e 100644 (file)
@@ -16,7 +16,7 @@
  *  with this program; if not, write to the Free Software Foundation, Inc.,
  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
-/* $Id$
+/*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS text-mode setup
  * FILE:            subsys/system/usetup/registry.h
 #pragma once
 
 BOOLEAN
-ImportRegistryFile(PWSTR Filename,
-                  PWSTR Section,
-                  LCID LocaleId,
-                  BOOLEAN Delete);
+ImportRegistryFile(
+    PWSTR Filename,
+    PWSTR Section,
+    LCID LocaleId,
+    BOOLEAN Delete);
 
 BOOLEAN
-SetInstallPathValue(PUNICODE_STRING InstallPath);
+SetInstallPathValue(
+    PUNICODE_STRING InstallPath);
 
 BOOLEAN
-SetMountedDeviceValue(CHAR Letter, ULONG Signature, LARGE_INTEGER StartingOffset);
+SetMountedDeviceValue(
+    CHAR Letter,
+    ULONG Signature,
+    LARGE_INTEGER StartingOffset);
+
+VOID
+SetDefaultPagefile(
+    WCHAR Drive);
 
 /* EOF */