• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Color management definitions for the CUPS scheduler.
3  *
4  * Copyright © 2020-2024 by OpenPrinting.
5  * Copyright 2007-2012 by Apple Inc.
6  * Copyright 1997-2007 by Easy Software Products, all rights reserved.
7  *
8  * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
9  */
10 
11 /*
12  * Prototypes...
13  */
14 
15 extern void	cupsdRegisterColor(cupsd_printer_t *p);
16 extern void	cupsdStartColor(void);
17 extern void	cupsdStopColor(void);
18 extern void	cupsdUnregisterColor(cupsd_printer_t *p);
19