summaryrefslogtreecommitdiff
path: root/scheduler/colorman.h
blob: 0e3b773ede8afa1edf387c9a3d03a049439388ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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);