diff options
| author | Garance A Drosehn <gad@FreeBSD.org> | 2001-07-15 00:09:46 +0000 |
|---|---|---|
| committer | Garance A Drosehn <gad@FreeBSD.org> | 2001-07-15 00:09:46 +0000 |
| commit | 6d39e1b726e54b78521fac365221574a6368a780 (patch) | |
| tree | 72f0a137b622cd6dc694bb199a12a08fd1b19169 /usr.sbin/lpr/common_source/lp.h | |
| parent | 2a57c11a3ae6cc9c8b7f0a757857b55da7bbc23a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/lpr/common_source/lp.h')
| -rw-r--r-- | usr.sbin/lpr/common_source/lp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lpr/common_source/lp.h b/usr.sbin/lpr/common_source/lp.h index 9ca0612353c7..0adf0fd56902 100644 --- a/usr.sbin/lpr/common_source/lp.h +++ b/usr.sbin/lpr/common_source/lp.h @@ -242,7 +242,8 @@ void closeallfds(int _start); void delay(int _millisec); void displayq(struct printer *_pp, int _format); void dump(const char *_nfile, const char *_datafile, int _copies); -void fatal(const struct printer *_pp, const char *_msg, ...); +void fatal(const struct printer *_pp, const char *_msg, ...) + __printflike(2, 3); int firstprinter(struct printer *_pp, int *_error); void free_printer(struct printer *_pp); void free_request(struct request *_rp); |
