xref: /csrg-svn/usr.sbin/lpr/lpc/extern.h (revision 56250)
1*56250Selan /*
2*56250Selan  * Copyright (c) 1989 The Regents of the University of California.
355473Sbostic  * All rights reserved.
455473Sbostic  *
555473Sbostic  *
6*56250Selan  * %sccs.include.redist.c%
756121Selan  *
8*56250Selan  *      @(#)extern.h	5.3 (Berkeley) 09/15/92
955473Sbostic  */
1055473Sbostic 
11*56250Selan 
1256121Selan #include <sys/cdefs.h>
1356121Selan 
1456121Selan 
1556121Selan __BEGIN_DECLS
1655473Sbostic void	clean __P((int, char **));
1755473Sbostic void	disable __P((int, char **));
1856121Selan void	doabort __P((int, char **));
1955473Sbostic void	down __P((int, char **));
2055473Sbostic void	enable __P((int, char **));
2155473Sbostic void	help __P((int, char **));
2255473Sbostic void	quit __P((int, char **));
2355473Sbostic void	restart __P((int, char **));
2455473Sbostic void	start __P((int, char **));
2555473Sbostic void	status __P((int, char **));
2655473Sbostic void	stop __P((int, char **));
2755473Sbostic void	topq __P((int, char **));
2855473Sbostic void	up __P((int, char **));
2956121Selan __END_DECLS
3055473Sbostic 
3155473Sbostic extern int NCMDS;
3255473Sbostic extern struct cmd cmdtab[];
33