xref: /csrg-svn/usr.bin/tn3270/ctlr/declare.h (revision 62323)
148756Sbostic /*-
2*62323Sbostic  * Copyright (c) 1988, 1993
3*62323Sbostic  *	The Regents of the University of California.  All rights reserved.
435421Sminshall  *
548756Sbostic  * %sccs.include.redist.c%
635428Sminshall  *
7*62323Sbostic  *	@(#)declare.h	8.1 (Berkeley) 06/06/93
835420Sminshall  */
935420Sminshall 
1035428Sminshall /*
1135428Sminshall  * Declarations of routines from the controller.
1235428Sminshall  */
1335428Sminshall 
1435420Sminshall extern void
1535420Sminshall 	AddHost(),
1635420Sminshall 	DoReadModified(),
1735420Sminshall 	DoReadBuffer(),
1835420Sminshall 	OptInit(),
1935420Sminshall 	SendToIBM(),
2035420Sminshall 	SendTransparent();
2135420Sminshall 
2235420Sminshall extern int
2335420Sminshall 	DataFrom3270(),
2435420Sminshall 	DataFromNetwork(),
2535420Sminshall 	OptOrder(),
2635420Sminshall 	OutputClock,
2735420Sminshall 	TransparentClock;
28