diff --git a/reactos/drivers/filters/mountmgr/mntmgr.h b/reactos/drivers/filters/mountmgr/mntmgr.h index 90191372774..6f1d2f4ccdc 100644 --- a/reactos/drivers/filters/mountmgr/mntmgr.h +++ b/reactos/drivers/filters/mountmgr/mntmgr.h @@ -234,6 +234,12 @@ HasDriveLetter( IN PDEVICE_INFORMATION DeviceInformation ); +INIT_SECTION +BOOLEAN +MountmgrReadNoAutoMount( + IN PUNICODE_STRING RegistryPath +); + /* database.c */ extern PWSTR DatabasePath;