1 #pragma once
2 
3 extern int Telnet_Redir;
4 
5 int printm(LPTSTR szModule, BOOL fSystem, DWORD dwMessageId, ...);
6 void LogErrorConsole(LPTSTR szError);
7 int printit(const char * it);
8