Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / drivers / network / tcpip / include / datagram.h
diff --git a/reactos/drivers/network/tcpip/include/datagram.h b/reactos/drivers/network/tcpip/include/datagram.h
deleted file mode 100644 (file)
index 29cf82d..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * COPYRIGHT:   See COPYING in the top level directory
- * PROJECT:     ReactOS TCP/IP protocol driver
- * FILE:        include/datagram.h
- * PURPOSE:     Datagram types and constants
- */
-
-#pragma once
-
-#include <titypes.h>
-
-NTSTATUS DGReceiveDatagram(
-    PADDRESS_FILE AddrFile,
-    PTDI_CONNECTION_INFORMATION ConnInfo,
-    PCHAR Buffer,
-    ULONG ReceiveLength,
-    ULONG ReceiveFlags,
-    PTDI_CONNECTION_INFORMATION ReturnInfo,
-    PULONG BytesReceived,
-    PDATAGRAM_COMPLETION_ROUTINE Complete,
-    PVOID Context,
-    PIRP Irp);
-
-BOOLEAN DGRemoveIRP(
-    PADDRESS_FILE AddrFile,
-    PIRP Irp);
-
-VOID DGDeliverData(
-  PADDRESS_FILE AddrFile,
-  PIP_ADDRESS SrcAddress,
-  PIP_ADDRESS DstAddress,
-  USHORT SrcPort,
-  USHORT DstPort,
-  PIP_PACKET IPPacket,
-  UINT DataSize);
-
-/* EOF */