xref: /csrg-svn/usr.bin/tn3270/ctlr/declare.h (revision 35421)
1 /*
2  * Declarations of routines from the controller.
3  *
4  *	@(#)declare.h	1.2 (Berkeley) 08/28/88
5  */
6 
7 extern void
8 	AddHost(),
9 	DoReadModified(),
10 	DoReadBuffer(),
11 	OptInit(),
12 	SendToIBM(),
13 	SendTransparent();
14 
15 extern int
16 	DataFrom3270(),
17 	DataFromNetwork(),
18 	OptOrder(),
19 	OutputClock,
20 	TransparentClock;
21