include ultrix -> vaxuba
[unix-history] / usr / src / usr.bin / tn3270 / ctlr / oia.c
CommitLineData
992de934 1/*
ee01fcaa
KB
2 * Copyright (c) 1988 Regents of the University of California.
3 * All rights reserved.
992de934 4 *
ee01fcaa
KB
5 * Redistribution and use in source and binary forms are permitted
6 * provided that this notice is preserved and that due credit is given
7 * to the University of California at Berkeley. The name of the University
8 * may not be used to endorse or promote products derived from this
9 * software without specific prior written permission. This software
10 * is provided ``as is'' without express or implied warranty.
992de934
GM
11 */
12
13#ifndef lint
ee01fcaa
KB
14static char sccsid[] = "@(#)oia.c 3.2 (Berkeley) %G%";
15#endif /* not lint */
992de934 16
d1add34f
GM
17/*
18 * Routines to maintain the Operator Information Area.
19 */
20
92f7501a
GM
21#include "../general/general.h"
22
d1add34f 23#include "oia.h"
d6ebedbd 24#include "../general/globals.h"
d1add34f 25
d1add34f 26
92f7501a 27init_oia()
d1add34f 28{
92f7501a 29 ClearElement(OperatorInformationArea);
d1add34f 30}