X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdrivers%2Fnetwork%2Ftcpip%2Finclude%2Ftcp.h;h=e80d17f2500578de927b3a14fd4cac48adcfa3a6;hp=5caa86e763798d9460debc6edd4e786e422ffcae;hb=99fec75b6f182c23a1eb44f62392141356c6a6c5;hpb=78ce662964af724668c4f939b9defc93b043067e;ds=sidebyside diff --git a/reactos/drivers/network/tcpip/include/tcp.h b/reactos/drivers/network/tcpip/include/tcp.h index 5caa86e7637..e80d17f2500 100644 --- a/reactos/drivers/network/tcpip/include/tcp.h +++ b/reactos/drivers/network/tcpip/include/tcp.h @@ -105,6 +105,7 @@ NTSTATUS TCPAccept PVOID Context ); /* tcp.c */ +ULONG HandleSignalledConnection( PCONNECTION_ENDPOINT Connection ); PCONNECTION_ENDPOINT TCPAllocateConnectionEndpoint( PVOID ClientContext ); VOID TCPFreeConnectionEndpoint( PCONNECTION_ENDPOINT Connection );