]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/colorman.h
Import CUPS v1.7.1
[thirdparty/cups.git] / scheduler / colorman.h
CommitLineData
a29fd7dd 1/*
61515785 2 * "$Id: colorman.h 3833 2012-05-23 22:51:18Z msweet $"
a29fd7dd
MS
3 *
4 * Color management definitions for the CUPS scheduler.
5 *
6 * Copyright 2007-2012 by Apple Inc.
7 * Copyright 1997-2007 by Easy Software Products, all rights reserved.
8 *
9 * These coded instructions, statements, and computer programs are the
10 * property of Apple Inc. and are protected by Federal copyright
11 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 * which should have been included with this file. If this file is
13 * file is missing or damaged, see the license at "http://www.cups.org/".
14 */
15
16/*
17 * Prototypes...
18 */
19
20extern void cupsdRegisterColor(cupsd_printer_t *p);
21extern void cupsdStartColor(void);
22extern void cupsdStopColor(void);
23extern void cupsdUnregisterColor(cupsd_printer_t *p);
24
25
26/*
61515785 27 * End of "$Id: colorman.h 3833 2012-05-23 22:51:18Z msweet $".
a29fd7dd 28 */