- Remove a header duplication and move a prototype to the correct place

svn path=/trunk/; revision=35630
This commit is contained in:
Stefan Ginsberg 2008-08-25 15:22:30 +00:00
parent a362028c86
commit b81b76caab

View file

@ -520,21 +520,6 @@ typedef struct _KEY_INFORMATION
NTSTATUS CmiCallRegisteredCallbacks(IN REG_NOTIFY_CLASS Argument1, IN PVOID Argument2);
///////////////////////////////////////////////////////////////////////////////
//
// Startup and Shutdown Functions
//
BOOLEAN
NTAPI
CmInitSystem1(
VOID
);
VOID
NTAPI
CmShutdownSystem(
VOID
);
//
// Mapped View Hive Functions
//
@ -1420,6 +1405,12 @@ CmLoadKey(
//
// Startup and Shutdown
//
BOOLEAN
NTAPI
CmInitSystem1(
VOID
);
VOID
NTAPI
CmShutdownSystem(