1 /* 2 * External references from the controller. 3 * 4 * @(#)externs.h 1.2 (Berkeley) 08/28/88 5 */ 6 7 #if !defined(MSDOS) 8 extern char *access_api(); 9 extern void movetous(), movetothem(), unaccess_api(); 10 #endif /* !defined(MSDOS) */ 11 12 extern unsigned char 13 *memNSchr(); /* Search for a character ANDED, increment by stride */ 14 15 extern int 16 DataToNetwork(), 17 OutputClock, 18 suspend(), 19 TransparentClock, 20 UnLocked; /* keyboard is UnLocked? */ 21 22 extern void 23 command(), 24 ConnectScreen(), 25 ExitString(), 26 init_inbound(), 27 LocalClearScreen(), 28 RefreshScreen(), 29 RingBell(), 30 setconnmode(), 31 StopScreen(), 32 TransOut(), 33 TransStop(); 34