diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-01 18:02:34 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-01 18:02:34 +0000 |
commit | d8869572b8b39f808e4f1f224d4ead94dbe16d79 (patch) | |
tree | b686ef96b1c07e514006d87d2675eb2874a6741a /usr.sbin/lpr/common_source/lp.h | |
parent | 530a164a323671a0b76bd46c050378d62e87724b (diff) |
displayq to honor the terminal width; millert@ ok
Diffstat (limited to 'usr.sbin/lpr/common_source/lp.h')
-rw-r--r-- | usr.sbin/lpr/common_source/lp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/common_source/lp.h b/usr.sbin/lpr/common_source/lp.h index bbc0d7be67b..17baf7112f7 100644 --- a/usr.sbin/lpr/common_source/lp.h +++ b/usr.sbin/lpr/common_source/lp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lp.h,v 1.3 1997/01/17 16:11:35 millert Exp $ */ +/* $OpenBSD: lp.h,v 1.4 2001/11/01 18:02:33 mickey Exp $ */ /* * Copyright (c) 1983, 1993 @@ -125,6 +125,6 @@ void rmjob __P((void)); void rmremote __P((void)); void show __P((char *, char *, int)); int startdaemon __P((char *)); -void warn __P((void)); +void nodaemon __P((void)); void delay __P((int)); __END_DECLS |