removed obsolete forward declaration
[reactos.git] / 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
@@ -18,9 +18,6 @@
 
 /* GLOBALS *******************************************************************/
 
-BOOL STDCALL
-InternalGetProcessId (HANDLE hProcess, LPDWORD lpProcessId);
-
 HANDLE STDCALL
 DuplicateConsoleHandle (HANDLE hConsole,
                        DWORD   dwDesiredAccess,