xref: /aosp_15_r20/external/libcups/scheduler/colorman.h (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
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);
18