Code sync
[external/cups.git] / scheduler / colord.h
1 /*
2  * "$Id$"
3  *
4  *   colord integration for the CUPS scheduler.
5  *
6  *   Copyright 2011, Red Hat.
7  *
8  *   These coded instructions, statements, and computer programs are the
9  *   property of Apple Inc. and are protected by Federal copyright
10  *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
11  *   which should have been included with this file.  If this file is
12  *   file is missing or damaged, see the license at "http://www.cups.org/".
13  */
14
15 void    colordRegisterPrinter(cupsd_printer_t *p);
16 void    colordUnregisterPrinter(cupsd_printer_t *p);
17 void    colordStart(void);
18 void    colordStop(void);
19
20 /*
21  * End of "$Id$".
22  */