cups/scheduler/colorman.h

18 lines
463 B
C
Raw Normal View History

2022-05-13 20:08:20 +08:00
/*
* Color management definitions for the CUPS scheduler.
*
* Copyright 2007-2012 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products, all rights reserved.
*
* Licensed under Apache License v2.0. See the file "LICENSE" for more information.
*/
/*
* Prototypes...
*/
extern void cupsdRegisterColor(cupsd_printer_t *p);
extern void cupsdStartColor(void);
extern void cupsdStopColor(void);
extern void cupsdUnregisterColor(cupsd_printer_t *p);