- Set svn:eol-style to native
[reactos.git] / reactos / apps / utils / net / tcpsvcs / echo / echo.h
1 #define BUF 1024
2
3 DWORD WINAPI EchoHandler(VOID* Sock_);
4 BOOL EchoIncomingPackets(SOCKET Sock);