]> git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/colorman.h
Fix source file header text duplication text duplication.
[thirdparty/cups.git] / scheduler / colorman.h
1 /*
2 * Color management definitions for the CUPS scheduler.
3 *
4 * Copyright 2007-2012 by Apple Inc.
5 * Copyright 1997-2007 by Easy Software Products, all rights reserved.
6 *
7 * These coded instructions, statements, and computer programs are the
8 * property of Apple Inc. and are protected by Federal copyright
9 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
10 * which should have been included with this file. If this file is
11 * missing or damaged, see the license at "http://www.cups.org/".
12 */
13
14 /*
15 * Prototypes...
16 */
17
18 extern void cupsdRegisterColor(cupsd_printer_t *p);
19 extern void cupsdStartColor(void);
20 extern void cupsdStopColor(void);
21 extern void cupsdUnregisterColor(cupsd_printer_t *p);