1 /*-
2  * Copyright (c) 1988, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)telextrn.h	8.1 (Berkeley) 06/06/93
8  */
9 
10 /*
11  * Definitions of external routines and variables for tn3270
12  */
13 
14 /*
15  * Pieces exported from the telnet susbsection.
16  */
17 
18 extern int
19 #if defined(unix)
20 	HaveInput,
21 #endif /* defined(unix) */
22 	tout,
23 	tin;
24 
25 extern char	*transcom;
26 
27 extern int
28 	netflush(),
29 	quit(),
30 	TtyChars(),
31 	DataToTerminal();
32 
33 extern void
34 	outputPurge(),
35 	EmptyTerminal(),
36 	StringToTerminal(),
37 	ExitPerror(),
38 	setcommandmode();
39 
40 /*
41  * Pieces exported from other random locations.
42  */
43 
44 extern char
45 	*strsave();
46