[MOUNTMGR]
[reactos.git] / reactos / drivers / filters / mountmgr / mntmgr.h
index 9019137..6f1d2f4 100644 (file)
@@ -234,6 +234,12 @@ HasDriveLetter(
     IN PDEVICE_INFORMATION DeviceInformation
 );
 
+INIT_SECTION
+BOOLEAN
+MountmgrReadNoAutoMount(
+    IN PUNICODE_STRING RegistryPath
+);
+
 /* database.c */
 
 extern PWSTR DatabasePath;