Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / drivers / network / tcpip / include / rawip.h
diff --git a/reactos/drivers/network/tcpip/include/rawip.h b/reactos/drivers/network/tcpip/include/rawip.h
deleted file mode 100644 (file)
index 821fdb4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * COPYRIGHT:   See COPYING in the top level directory
- * PROJECT:     ReactOS TCP/IP protocol driver
- * FILE:        include/rawip.h
- * PURPOSE:     Raw IP types and constants
- */
-
-#pragma once
-
-NTSTATUS RawIPSendDatagram(
-    PADDRESS_FILE AddrFile,
-    PTDI_CONNECTION_INFORMATION ConnInfo,
-    PCHAR Buffer,
-    ULONG DataSize,
-    PULONG DataUsed);
-
-VOID RawIpReceive(
-    PIP_INTERFACE Interface,
-    PIP_PACKET IPPacket);
-
-NTSTATUS RawIPStartup(
-    VOID);
-
-NTSTATUS RawIPShutdown(
-    VOID);
-
-NTSTATUS AddGenericHeaderIPv4(
-    PADDRESS_FILE AddrFile,
-    PIP_ADDRESS RemoteAddress,
-    USHORT RemotePort,
-    PIP_ADDRESS LocalAddress,
-    USHORT LocalPort,
-    PIP_PACKET IPPacket,
-    UINT DataLength,
-    UINT Protocol,
-    UINT ExtraLength,
-    PVOID *NextHeader );
-
-/* EOF */