xref: /csrg-svn/usr.bin/tn3270/ctlr/oia.c (revision 62327)
148756Sbostic /*-
2*62327Sbostic  * Copyright (c) 1988, 1993
3*62327Sbostic  *	The Regents of the University of California.  All rights reserved.
431892Sminshall  *
548756Sbostic  * %sccs.include.redist.c%
631892Sminshall  */
731892Sminshall 
831892Sminshall #ifndef lint
9*62327Sbostic static char sccsid[] = "@(#)oia.c	8.1 (Berkeley) 06/06/93";
1033816Sbostic #endif /* not lint */
1131892Sminshall 
1231892Sminshall /*
1331087Sminshall  * Routines to maintain the Operator Information Area.
1431087Sminshall  */
1531087Sminshall 
1631192Sminshall #include "../general/general.h"
1731192Sminshall 
1831087Sminshall #include "oia.h"
1931181Sminshall #include "../general/globals.h"
2031087Sminshall 
2131087Sminshall 
init_oia()2231192Sminshall init_oia()
2331087Sminshall {
2431192Sminshall     ClearElement(OperatorInformationArea);
2531087Sminshall }
26