Start to implement the beginneings of tcpsvcs.exe. Just ideas at the moment, subject...
[reactos.git] / reactos / apps / utils / net / tcpsvcs / chargen / chargen.h
1 #define START 32
2 #define END 126
3 #define LINESIZ 72
4 #define BUF 1024
5
6 DWORD WINAPI ChargenHandler(VOID* Sock_);
7 BOOL GenerateChars(SOCKET Sock);
8 BOOL SendChar(SOCKET Sock, CHAR c);