From 247e57168fd228d82bf0108ed99d14a4a25ac088 Mon Sep 17 00:00:00 2001 From: CSRG Date: Sun, 4 Dec 1988 00:33:27 -0800 Subject: [PATCH] BSD 4_3_Net_1 development Work on file tn3270/tn3270/telextrn.h Synthesized-from: CSRG/cd2/net.1 --- tn3270/tn3270/telextrn.h | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 tn3270/tn3270/telextrn.h diff --git a/tn3270/tn3270/telextrn.h b/tn3270/tn3270/telextrn.h new file mode 100644 index 0000000000..f477b23926 --- /dev/null +++ b/tn3270/tn3270/telextrn.h @@ -0,0 +1,37 @@ +/* + * Definitions of external routines and variables for tn3270 + */ + +/* + * Pieces exported from the telnet susbsection. + */ + +extern int +#if defined(unix) + HaveInput, +#endif /* defined(unix) */ + tout, + tin; + +extern char *transcom; + +extern int + netflush(), + quit(), + TtyChars(), + DataToTerminal(); + +extern void + outputPurge(), + EmptyTerminal(), + StringToTerminal(), + _putchar(), + ExitPerror(), + setcommandmode(); + +/* + * Pieces exported from other random locations. + */ + +extern char + *strsave(); -- 2.20.1