extern.h (cc3fd56f96f5726a445a8a6090bda47a94122df6) | extern.h (055c90456eced7341ece07074c0655dae8b92ce1) |
---|---|
1/* 2 * Copyright (c) 1989, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 20 unchanged lines hidden (view full) --- 29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31 * SUCH DAMAGE. 32 * 33 * From: @(#)extern.h 8.1 (Berkeley) 6/6/93 34 * $FreeBSD$ 35 */ 36 | 1/* 2 * Copyright (c) 1989, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 20 unchanged lines hidden (view full) --- 29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31 * SUCH DAMAGE. 32 * 33 * From: @(#)extern.h 8.1 (Berkeley) 6/6/93 34 * $FreeBSD$ 35 */ 36 |
37#include <sys/cdefs.h> | 37#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ |
38 39extern char scnkey[][HEIGHT]; /* in lpdchar.c */ 40extern int lflag; /* in lpd.c */ 41 42struct printer; 43struct termios; 44 45__BEGIN_DECLS 46void printjob(struct printer *_pp); 47void startprinting(const char *_printer); 48void recvjob(const char *_printer); 49int msearch(char *_str, struct termios *_ip); 50__END_DECLS | 38 39extern char scnkey[][HEIGHT]; /* in lpdchar.c */ 40extern int lflag; /* in lpd.c */ 41 42struct printer; 43struct termios; 44 45__BEGIN_DECLS 46void printjob(struct printer *_pp); 47void startprinting(const char *_printer); 48void recvjob(const char *_printer); 49int msearch(char *_str, struct termios *_ip); 50__END_DECLS |