Lars Martin Hambro <lars_martin4 AT hotmail DOT com>
[reactos.git] / base / applications / network / telnet / src / tnerror.h
1 #ifndef __TNERROR_H
2 #define __TNERROR_H
3
4 #ifndef __WINDOWS_H
5 #include <windows.h>
6 #endif
7
8 #include "tnmsg.h"
9
10 extern int Telnet_Redir;
11
12 int printm(LPTSTR szModule, BOOL fSystem, DWORD dwMessageId, ...);
13 void LogErrorConsole(LPTSTR szError);
14 int printit(const char * it);
15
16 #endif