]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/colorman.h
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / scheduler / colorman.h
CommitLineData
a29fd7dd 1/*
503b54c9 2 * Color management definitions for the CUPS scheduler.
a29fd7dd 3 *
503b54c9
MS
4 * Copyright 2007-2012 by Apple Inc.
5 * Copyright 1997-2007 by Easy Software Products, all rights reserved.
a29fd7dd 6 *
e3101897 7 * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
a29fd7dd
MS
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);