[NTOSKRNL]
[reactos.git] / reactos / ntoskrnl / include / internal / cm.h
index 52637b2..30fa366 100644 (file)
@@ -1501,6 +1501,13 @@ CmUnloadKey(
     IN ULONG Flags
 );
 
+ULONG
+NTAPI
+CmCountOpenSubKeys(
+    IN PCM_KEY_CONTROL_BLOCK RootKcb,
+    IN BOOLEAN RemoveEmptyCacheEntries
+);
+
 //
 // Startup and Shutdown
 //
@@ -1607,7 +1614,6 @@ extern BOOLEAN CmpProfileLoaded;
 extern PCMHIVE CmiVolatileHive;
 extern LIST_ENTRY CmiKeyObjectListHead;
 extern BOOLEAN CmpHoldLazyFlush;
-extern UNICODE_STRING CmRegistryMachineSystemName;
 
 //
 // Inlined functions