135416Sminshall /* 2*35428Sminshall * Copyright (c) 1988 Regents of the University of California. 3*35428Sminshall * All rights reserved. 435421Sminshall * 5*35428Sminshall * Redistribution and use in source and binary forms are permitted 6*35428Sminshall * provided that the above copyright notice and this paragraph are 7*35428Sminshall * duplicated in all such forms and that any documentation, 8*35428Sminshall * advertising materials, and other materials related to such 9*35428Sminshall * distribution and use acknowledge that the software was developed 10*35428Sminshall * by the University of California, Berkeley. The name of the 11*35428Sminshall * University may not be used to endorse or promote products derived 12*35428Sminshall * from this software without specific prior written permission. 13*35428Sminshall * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 14*35428Sminshall * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 15*35428Sminshall * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 16*35428Sminshall * 17*35428Sminshall * @(#)externs.h 1.3 (Berkeley) 08/28/88 1835416Sminshall */ 1935416Sminshall 20*35428Sminshall /* 21*35428Sminshall * External references from the controller. 22*35428Sminshall */ 23*35428Sminshall 2435416Sminshall #if !defined(MSDOS) 2535416Sminshall extern char *access_api(); 2635416Sminshall extern void movetous(), movetothem(), unaccess_api(); 2735416Sminshall #endif /* !defined(MSDOS) */ 2835416Sminshall 2935421Sminshall extern unsigned char 3035421Sminshall *memNSchr(); /* Search for a character ANDED, increment by stride */ 3135421Sminshall 3235416Sminshall extern int 3335421Sminshall DataToNetwork(), 3435421Sminshall OutputClock, 3535421Sminshall suspend(), 3635416Sminshall TransparentClock, 3735416Sminshall UnLocked; /* keyboard is UnLocked? */ 3835421Sminshall 3935416Sminshall extern void 4035421Sminshall command(), 4135416Sminshall ConnectScreen(), 4235421Sminshall ExitString(), 4335416Sminshall init_inbound(), 4435416Sminshall LocalClearScreen(), 4535416Sminshall RefreshScreen(), 4635416Sminshall RingBell(), 4735421Sminshall setconnmode(), 4835416Sminshall StopScreen(), 4935416Sminshall TransOut(), 5035416Sminshall TransStop(); 51