/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * * @(#)declare.h 8.1 (Berkeley) 06/06/93 */ /* * Declarations of routines from the controller. */ extern void AddHost(), DoReadModified(), DoReadBuffer(), OptInit(), SendToIBM(), SendTransparent(); extern int DataFrom3270(), DataFromNetwork(), OptOrder(), OutputClock, TransparentClock;