removed obsolete forward declaration
authorThomas Bluemel <thomas@reactsoft.com>
Sat, 6 Nov 2004 10:10:02 +0000 (10:10 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sat, 6 Nov 2004 10:10:02 +0000 (10:10 +0000)
svn path=/trunk/; revision=11551

reactos/lib/kernel32/misc/handle.c

index 264c953..c13ebca 100644 (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
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS system libraries
@@ -18,9 +18,6 @@
 
 /* GLOBALS *******************************************************************/
 
 
 /* GLOBALS *******************************************************************/
 
-BOOL STDCALL
-InternalGetProcessId (HANDLE hProcess, LPDWORD lpProcessId);
-
 HANDLE STDCALL
 DuplicateConsoleHandle (HANDLE hConsole,
                        DWORD   dwDesiredAccess,
 HANDLE STDCALL
 DuplicateConsoleHandle (HANDLE hConsole,
                        DWORD   dwDesiredAccess,