Add a null ScreenOIA() routine.
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Sat, 16 May 1987 00:22:33 +0000 (16:22 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Sat, 16 May 1987 00:22:33 +0000 (16:22 -0800)
SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 1.9

usr/src/usr.bin/tn3270/sys_curses/termout.c

index db1ba6a..26e2c06 100644 (file)
@@ -39,6 +39,7 @@ static        char    sccsid[] = "@(#)outbound.c      3.1  10/29/86";
 
 #include "../ctlr/hostctlr.h"
 #include "../ctlr/inbound.ext"
 
 #include "../ctlr/hostctlr.h"
 #include "../ctlr/inbound.ext"
+#include "../ctlr/oia.h"
 #include "../ctlr/options.ext"
 #include "../ctlr/outbound.ext"
 #include "../ctlr/screen.h"
 #include "../ctlr/options.ext"
 #include "../ctlr/outbound.ext"
 #include "../ctlr/screen.h"
@@ -593,6 +594,13 @@ void
 #endif /* defined(NOT43) */
        (*TryToSend)() = FastScreen;
 \f
 #endif /* defined(NOT43) */
        (*TryToSend)() = FastScreen;
 \f
+void
+ScreenOIA(oia)
+OIA *oia;
+{
+}
+
+
 /* InitTerminal - called to initialize the screen, etc. */
 
 void
 /* InitTerminal - called to initialize the screen, etc. */
 
 void