xref: /original-bsd/usr.bin/tn3270/ctlr/declare.h (revision c3e32dec)
1 /*-
2  * Copyright (c) 1988, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)declare.h	8.1 (Berkeley) 06/06/93
8  */
9 
10 /*
11  * Declarations of routines from the controller.
12  */
13 
14 extern void
15 	AddHost(),
16 	DoReadModified(),
17 	DoReadBuffer(),
18 	OptInit(),
19 	SendToIBM(),
20 	SendTransparent();
21 
22 extern int
23 	DataFrom3270(),
24 	DataFromNetwork(),
25 	OptOrder(),
26 	OutputClock,
27 	TransparentClock;
28