Fix problem where WORDTAB, WORDBACKTAB, and WORDEND take N! time.
[unix-history] / usr / src / usr.bin / tn3270 / ctlr / inbound.ext
CommitLineData
85dd4f82
GM
1/*
2 * @(#)inbound.ext 3.1 10/29/86
3 */
4
5/*
6 * Defines of global variables and routines from inbound.c.
7 */
8
9extern void
10 DoReadModified(),
11 DoReadBuffer(),
12 SendToIBM();
13
14extern int
15 DataFrom3270();