reactos/rosapps/net/telnet/src/tnmain.h
Steven Edwards c98929fa7e New Telnet Client
svn path=/trunk/; revision=2458
2001-12-30 10:05:48 +00:00

20 lines
308 B
C

#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