From: Robert Dickenson Date: Thu, 3 Oct 2002 19:24:24 +0000 (+0000) Subject: Added prototype for IoInitializeWorkerThreads, possibly temporary. X-Git-Tag: ReactOS-0.0.21~77 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=a46d78f3593ccd46ceb3a4e86080bbaabbdc9b8e Added prototype for IoInitializeWorkerThreads, possibly temporary. svn path=/trunk/; revision=3612 --- diff --git a/reactos/ntoskrnl/include/internal/io.h b/reactos/ntoskrnl/include/internal/io.h index cfd8937feb5..e4d62d1bd3b 100644 --- a/reactos/ntoskrnl/include/internal/io.h +++ b/reactos/ntoskrnl/include/internal/io.h @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: io.h,v 1.25 2002/09/08 10:23:21 chorns Exp $ +/* $Id: io.h,v 1.26 2002/10/03 19:24:24 robd Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -267,7 +267,9 @@ IoInitSymbolicLinkImplementation(VOID); VOID IoInitFileSystemImplementation(VOID); VOID -IoInitVpbImplementation (VOID); +IoInitVpbImplementation(VOID); +VOID +IoInitializeWorkerThreads(VOID); NTSTATUS IoMountVolume(IN PDEVICE_OBJECT DeviceObject,