X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdrivers%2Fnetwork%2Ftcpip%2Finclude%2Ftcp.h;h=c31293c0e0b63276bb9c5f46d45bbabbc22fb81c;hp=20147c77d79ee3092bff86b46e22c57e9a8c939d;hb=f1065f12f0e36ce6d4dd88196c09bdc65e9c696b;hpb=9f99bfd1de907bcf6d7f225b5e0849f3ff28420d diff --git a/reactos/drivers/network/tcpip/include/tcp.h b/reactos/drivers/network/tcpip/include/tcp.h index 20147c77d79..c31293c0e0b 100644 --- a/reactos/drivers/network/tcpip/include/tcp.h +++ b/reactos/drivers/network/tcpip/include/tcp.h @@ -186,8 +186,6 @@ NTSTATUS TCPShutdown( BOOLEAN TCPRemoveIRP( PCONNECTION_ENDPOINT Connection, PIRP Irp ); -NTSTATUS TCPSetNoDelay(PCONNECTION_ENDPOINT Connection, BOOLEAN Set); - VOID TCPUpdateInterfaceLinkStatus(PIP_INTERFACE IF);