[ros-diffs] [sginsberg] 35630: - Remove a header duplication and move a prototype to the correct place

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Mon Aug 25 17:22:31 CEST 2008


Author: sginsberg
Date: Mon Aug 25 10:22:30 2008
New Revision: 35630

URL: http://svn.reactos.org/svn/reactos?rev=35630&view=rev
Log:
- Remove a header duplication and move a prototype to the correct place

Modified:
    trunk/reactos/ntoskrnl/include/internal/cm.h

Modified: trunk/reactos/ntoskrnl/include/internal/cm.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/cm.h?rev=35630&r1=35629&r2=35630&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/include/internal/cm.h [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/include/internal/cm.h [iso-8859-1] Mon Aug 25 10:22:30 2008
@@ -521,21 +521,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 //
-// Startup and Shutdown Functions
-//
-BOOLEAN
-NTAPI
-CmInitSystem1(
-    VOID
-);
-
-VOID
-NTAPI
-CmShutdownSystem(
-    VOID
-);
-
-//
 // Mapped View Hive Functions
 //
 VOID
@@ -1420,6 +1405,12 @@
 //
 // Startup and Shutdown
 //
+BOOLEAN
+NTAPI
+CmInitSystem1(
+    VOID
+);
+
 VOID
 NTAPI
 CmShutdownSystem(



More information about the Ros-diffs mailing list