1*48506Sbostic /*- 2*48506Sbostic * Copyright (c) 1980 The Regents of the University of California. 3*48506Sbostic * All rights reserved. 4*48506Sbostic * 5*48506Sbostic * %sccs.include.proprietary.c% 622631Sdist */ 722631Sdist 817629Sjak #ifndef lint 9*48506Sbostic static char sccsid[] = "@(#)clospl.c 5.3 (Berkeley) 04/22/91"; 10*48506Sbostic #endif /* not lint */ 1122631Sdist 1217629Sjak clospl_(){ 1317629Sjak closepl(); 1417629Sjak } 15