From 80bfcf9b2caffd3f5b52b6a1c44b33a9981b36ec Mon Sep 17 00:00:00 2001 From: CSRG Date: Thu, 16 Jun 1983 23:19:12 -0800 Subject: [PATCH] BSD 4_2 development Work on file usr/src/usr.lib/lpr/lpc.h Synthesized-from: CSRG/cd1/4.2 --- usr/src/usr.lib/lpr/lpc.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 usr/src/usr.lib/lpr/lpc.h diff --git a/usr/src/usr.lib/lpr/lpc.h b/usr/src/usr.lib/lpr/lpc.h new file mode 100644 index 0000000000..4f28808655 --- /dev/null +++ b/usr/src/usr.lib/lpr/lpc.h @@ -0,0 +1,11 @@ +/* lpc.h (Berkeley) 5/11/83 */ + +/* + * Line printer control program. + */ +struct cmd { + char *c_name; /* command name */ + char *c_help; /* help message */ + int (*c_handler)(); /* routine to do the work */ + int c_priv; /* privileged command */ +}; -- 2.20.1