xref: /original-bsd/usr.bin/tn3270/ctlr/declare.h (revision 35d77a20)
1 /*-
2  * Copyright (c) 1988 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)declare.h	4.2 (Berkeley) 04/26/91
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