date and time created 87/06/19 12:57:58 by minshall
[unix-history] / usr / src / usr.bin / tn3270 / ctlr / oia.c
/*
* Routines to maintain the Operator Information Area.
*/
#include "../general/general.h"
#include "oia.h"
#include "../general/globals.h"
init_oia()
{
ClearElement(OperatorInformationArea);
}