manual page first distributed with 4.3BSD
[unix-history] / usr / src / usr.sbin / lpr / lpc / lpc.h
CommitLineData
89a8ddec
RC
1/* lpc.h (Berkeley) %G% */
2
3/*
4 * Line printer control program.
5 */
6struct cmd {
7 char *c_name; /* command name */
8 char *c_help; /* help message */
9 int (*c_handler)(); /* routine to do the work */
10 int c_priv; /* privileged command */
11};