new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / tn3270 / ctlr / externs.h
/*-
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)externs.h 4.2 (Berkeley) %G%
*/
/*
* External references from the controller.
*/
#if !defined(MSDOS)
extern char *access_api();
extern void movetous(), movetothem(), unaccess_api();
#endif /* !defined(MSDOS) */
extern unsigned char
*memNSchr(); /* Search for a character ANDED, increment by stride */
extern int
DataToNetwork(),
OutputClock,
suspend(),
TransparentClock,
UnLocked; /* keyboard is UnLocked? */
extern void
command(),
ConnectScreen(),
ExitString(),
init_inbound(),
LocalClearScreen(),
RefreshScreen(),
RingBell(),
setconnmode(),
StopScreen(),
TransOut(),
TransStop();