]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/colorman.h
The LPD mini-daemon now detects invalid UTF-8 sequences in job, document, and
[thirdparty/cups.git] / scheduler / colorman.h
CommitLineData
a29fd7dd
MS
1/*
2 * "$Id$"
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/*
27 * End of "$Id$".
28 */