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 14extern void cupsdRegisterColor(cupsd_printer_t *p); 15extern void cupsdStartColor(void); 16extern void cupsdStopColor(void); 17extern void cupsdUnregisterColor(cupsd_printer_t *p); 18 19