Author: spetreolle
Date: Thu Sep 10 22:06:10 2015
New Revision: 69177
URL:
http://svn.reactos.org/svn/reactos?rev=69177&view=rev
Log:
[MOUNTMGR]
Declare MountmgrReadNoAutoMount.
Modified:
trunk/reactos/drivers/filters/mountmgr/mntmgr.h
Modified: trunk/reactos/drivers/filters/mountmgr/mntmgr.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filters/mountmgr/m…
==============================================================================
--- trunk/reactos/drivers/filters/mountmgr/mntmgr.h [iso-8859-1] (original)
+++ trunk/reactos/drivers/filters/mountmgr/mntmgr.h [iso-8859-1] Thu Sep 10 22:06:10 2015
@@ -234,6 +234,12 @@
IN PDEVICE_INFORMATION DeviceInformation
);
+INIT_SECTION
+BOOLEAN
+MountmgrReadNoAutoMount(
+ IN PUNICODE_STRING RegistryPath
+);
+
/* database.c */
extern PWSTR DatabasePath;