xref: /csrg-svn/usr.sbin/lpr/lpd/extern.h (revision 56251)
1*56251Selan /*
2*56251Selan  * Copyright (c) 1989 The Regents of the University of California.
355475Sbostic  * All rights reserved.
455475Sbostic  *
555475Sbostic  *
6*56251Selan  * %sccs.include.redist.c%
756123Selan  *
8*56251Selan  *      @(#)extern.h	5.3 (Berkeley) 09/15/92
955475Sbostic  */
1055475Sbostic 
1156123Selan #include <sys/cdefs.h>
1256123Selan 
1356123Selan __BEGIN_DECLS
1455475Sbostic void       printjob __P((void));
1556123Selan void       recvjob __P((void));
1656123Selan ___END_DECLS
17