xref: /csrg-svn/usr.sbin/lpr/lpc/extern.h (revision 58985)
156250Selan /*
256250Selan  * Copyright (c) 1989 The Regents of the University of California.
355473Sbostic  * All rights reserved.
455473Sbostic  *
555473Sbostic  *
656250Selan  * %sccs.include.redist.c%
756121Selan  *
8*58985Sralph  *      @(#)extern.h	5.4 (Berkeley) 04/05/93
955473Sbostic  */
1055473Sbostic 
1156250Selan 
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 **));
24*58985Sralph void	startcmd __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