155475Sbostic /*- 255475Sbostic * Copyright (c) 1992 The Regents of the University of California. 355475Sbostic * All rights reserved. 455475Sbostic * 5*56123Selan * Redistribution and use in source and binary forms, with or without 6*56123Selan * modification, are permitted provided that the following conditions 7*56123Selan * are met: 8*56123Selan * 1. Redistributions of source code must retain the above copyright 9*56123Selan * notice, this list of conditions and the following disclaimer. 10*56123Selan * 2. Redistributions in binary form must reproduce the above copyright 11*56123Selan * notice, this list of conditions and the following disclaimer in the 12*56123Selan * documentation and/or other materials provided with the distribution. 13*56123Selan * 3. All advertising materials mentioning features or use of this software 14*56123Selan * must display the following acknowledgement: 15*56123Selan * This product includes software developed by the University of 16*56123Selan * California, Berkeley and its contributors. 17*56123Selan * 4. Neither the name of the University nor the names of its contributors 18*56123Selan * may be used to endorse or promote products derived from this software 19*56123Selan * without specific prior written permission. 2055475Sbostic * 21*56123Selan * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 22*56123Selan * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23*56123Selan * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 24*56123Selan * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 25*56123Selan * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 26*56123Selan * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 27*56123Selan * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 28*56123Selan * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 29*56123Selan * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30*56123Selan * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31*56123Selan * SUCH DAMAGE. 32*56123Selan * 33*56123Selan * @(#)extern.h 5.2 (Berkeley) 7/30/92 3455475Sbostic */ 3555475Sbostic 36*56123Selan #include <sys/cdefs.h> 37*56123Selan 38*56123Selan __BEGIN_DECLS 3955475Sbostic void printjob __P((void)); 40*56123Selan void recvjob __P((void)); 41*56123Selan ___END_DECLS 42