xref: /original-bsd/usr.sbin/lpr/lpd/extern.h (revision 404544c8)
1 /*
2  * Copyright (c) 1989 The Regents of the University of California.
3  * All rights reserved.
4  *
5  *
6  * %sccs.include.redist.c%
7  *
8  *      @(#)extern.h	5.3 (Berkeley) 09/15/92
9  */
10 
11 #include <sys/cdefs.h>
12 
13 __BEGIN_DECLS
14 void       printjob __P((void));
15 void       recvjob __P((void));
16 ___END_DECLS
17