Lint (and, maybe, copyrights).
[unix-history] / usr / src / usr.bin / tn3270 / ctlr / declare.h
/*
* Declarations of routines from the controller.
*
* @(#)declare.h 1.2 (Berkeley) %G%
*/
extern void
AddHost(),
DoReadModified(),
DoReadBuffer(),
OptInit(),
SendToIBM(),
SendTransparent();
extern int
DataFrom3270(),
DataFromNetwork(),
OptOrder(),
OutputClock,
TransparentClock;