]> git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/colorman.h
License change: Apache License, Version 2.0.
[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 * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
8 */
9
10 /*
11 * Prototypes...
12 */
13
14 extern void cupsdRegisterColor(cupsd_printer_t *p);
15 extern void cupsdStartColor(void);
16 extern void cupsdStopColor(void);
17 extern void cupsdUnregisterColor(cupsd_printer_t *p);