1 #pragma once
2 
3 //#include <stdlib.h>
4 //#include <process.h>
5 
6 //#include "tncon.h"
7 //#include "tnclass.h"
8 //#include "ttelhndl.h"
9 //#include "tnerror.h"
10 // Paul Brannan 5/25/98
11 //#include "tnconfig.h"
12 
13 struct cmdHistory {
14 	char cmd[80];
15 	struct cmdHistory *next;
16 	struct cmdHistory *prev;
17 };
18