add confSORT_QUEUE_BY_HOST and confBROKEN_SMTP_PEERS
[unix-history] / usr / src / lib / libplot / f77plot / clospl.c
CommitLineData
de207c0f 1/*-
d51a7d28
KB
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
de207c0f
KB
4 *
5 * %sccs.include.proprietary.c%
b059c7be
DF
6 */
7
71e13271 8#ifndef lint
d51a7d28 9static char sccsid[] = "@(#)clospl.c 8.1 (Berkeley) %G%";
de207c0f 10#endif /* not lint */
b059c7be 11
71e13271
JK
12clospl_(){
13 closepl();
14}