Commit in reactos/lib/kernel32/misc on MAIN
handle.c+1-41.19 -> 1.20
removed obsolete forward declaration

reactos/lib/kernel32/misc
handle.c 1.19 -> 1.20
diff -u -r1.19 -r1.20
--- handle.c	2 Nov 2004 21:51:25 -0000	1.19
+++ handle.c	6 Nov 2004 10:10:02 -0000	1.20
@@ -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,
CVSspam 0.2.8