new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / tn3270 / ctlr / oia.c
/*-
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*/
#ifndef lint
static char sccsid[] = "@(#)oia.c 4.2 (Berkeley) %G%";
#endif /* not lint */
/*
* Routines to maintain the Operator Information Area.
*/
#include "../general/general.h"
#include "oia.h"
#include "../general/globals.h"
init_oia()
{
ClearElement(OperatorInformationArea);
}