New Telnet Client
[reactos.git] / rosapps / net / telnet / src / tnmain.h
diff --git a/rosapps/net/telnet/src/tnmain.h b/rosapps/net/telnet/src/tnmain.h
new file mode 100644 (file)
index 0000000..526742c
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef __TNMAIN_H
+#define __TNMAIN_H
+
+#include <stdlib.h>
+#include <process.h>
+#include "tncon.h"
+#include "tnclass.h"
+#include "ttelhndl.h"
+#include "tnerror.h"
+// Paul Brannan 5/25/98
+#include "tnconfig.h"
+
+struct cmdHistory {
+       char cmd[80];
+       struct cmdHistory *next;
+       struct cmdHistory *prev;
+};
+
+#endif