Reverted latest changes.
[reactos.git] / reactos / ntoskrnl / lpc / complete.c
index 661003a..f383ca9 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: complete.c,v 1.6 2002/09/07 15:12:58 chorns Exp $
+/* $Id: complete.c,v 1.7 2002/09/08 10:23:32 chorns Exp $
  * 
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
 
 /* INCLUDES ******************************************************************/
 
-#include <ntoskrnl.h>
+#include <ddk/ntddk.h>
+#include <internal/ob.h>
+#include <internal/port.h>
+#include <internal/dbg.h>
 
 #define NDEBUG
 #include <internal/debug.h>
 
-
 /* FUNCTIONS *****************************************************************/
 
 /***********************************************************************
@@ -25,7 +27,7 @@
  *
  *
  */
-NTSTATUS STDCALL
+EXPORTED NTSTATUS STDCALL
 NtCompleteConnectPort (HANDLE PortHandle)
 {
   NTSTATUS     Status;