]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/colorman.h
Remove all of the Subversion keywords from various source files.
[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 *
503b54c9
MS
7 * These coded instructions, statements, and computer programs are the
8 * property of Apple Inc. and are protected by Federal copyright
9 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
10 * which should have been included with this file. If this file is
11 * file is missing or damaged, see the license at "http://www.cups.org/".
a29fd7dd
MS
12 */
13
14/*
15 * Prototypes...
16 */
17
18extern void cupsdRegisterColor(cupsd_printer_t *p);
19extern void cupsdStartColor(void);
20extern void cupsdStopColor(void);
21extern void cupsdUnregisterColor(cupsd_printer_t *p);