Deleted Added
full compact
extern.h (100203) extern.h (117599)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 19 unchanged lines hidden (view full) ---

28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)extern.h 8.1 (Berkeley) 6/6/93
35 *
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 19 unchanged lines hidden (view full) ---

28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)extern.h 8.1 (Berkeley) 6/6/93
35 *
36 * $FreeBSD: head/usr.sbin/lpr/lpc/extern.h 100203 2002-07-17 00:51:19Z gad $
36 * $FreeBSD: head/usr.sbin/lpr/lpc/extern.h 117599 2003-07-14 22:24:28Z gad $
37 */
38
39
40#include <sys/types.h>
37 */
38
39
40#include <sys/types.h>
41#include <sys/cdefs.h>
41#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
42
43/*
44 * Options for setup_myprinter().
45 */
46#define SUMP_NOHEADER 0x0001 /* Do not print a header line */
47#define SUMP_CHDIR_SD 0x0002 /* chdir into the spool directory */
48
49__BEGIN_DECLS

--- 32 unchanged lines hidden ---
42
43/*
44 * Options for setup_myprinter().
45 */
46#define SUMP_NOHEADER 0x0001 /* Do not print a header line */
47#define SUMP_CHDIR_SD 0x0002 /* chdir into the spool directory */
48
49__BEGIN_DECLS

--- 32 unchanged lines hidden ---