removed obsolete forward declaration

svn path=/trunk/; revision=11551
This commit is contained in:
Thomas Bluemel 2004-11-06 10:10:02 +00:00
parent 8cb1d77efd
commit 112d5270ee

View file

@ -1,4 +1,4 @@
/* $Id: handle.c,v 1.19 2004/11/02 21:51:25 weiden Exp $
/* $Id: handle.c,v 1.20 2004/11/06 10:10:02 weiden Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -18,9 +18,6 @@
/* GLOBALS *******************************************************************/
BOOL STDCALL
InternalGetProcessId (HANDLE hProcess, LPDWORD lpProcessId);
HANDLE STDCALL
DuplicateConsoleHandle (HANDLE hConsole,
DWORD dwDesiredAccess,