BSD 4_3_Net_1 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 4 Dec 1988 08:33:27 +0000 (00:33 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 4 Dec 1988 08:33:27 +0000 (00:33 -0800)
Work on file tn3270/tn3270/telextrn.h

Synthesized-from: CSRG/cd2/net.1

tn3270/tn3270/telextrn.h [new file with mode: 0644]

diff --git a/tn3270/tn3270/telextrn.h b/tn3270/tn3270/telextrn.h
new file mode 100644 (file)
index 0000000..f477b23
--- /dev/null
@@ -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();