mirror of
https://github.com/reactos/reactos.git
synced 2025-04-24 23:50:24 +00:00

- Set svn:ignore on directories Thanks to w3seek for pointing this out. svn path=/trunk/; revision=18132
4 lines
96 B
C
4 lines
96 B
C
#define BUF 1024
|
|
|
|
DWORD WINAPI EchoHandler(VOID* Sock_);
|
|
BOOL EchoIncomingPackets(SOCKET Sock);
|