home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Source Code 1993 July
/
THE_SOURCE_CODE_CD_ROM.iso
/
X
/
mit
/
demos
/
xcmstest
/
TekCMS_TCI.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-07-31
|
272 b
|
20 lines
/* $XConsortum: TekCMS_TCI.h,v 1.1 91/02/11 19:40:54 dave Exp $ */
#ifndef TEKCMS_TCI
#define TEKCMS_TCI
char TekCMS_idir[BUFSIZ];
char TekCMS_vdir[BUFSIZ];
char TekCMS_rdir[BUFSIZ];
extern int
TCI();
extern int
TC_CompareResults();
extern int
Cmd_ListTC();
#endif