]> git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/mime-private.h
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / scheduler / mime-private.h
1 /*
2 * Private MIME type/conversion database definitions for CUPS.
3 *
4 * Copyright 2011 by Apple Inc.
5 *
6 * These coded instructions, statements, and computer programs are the
7 * property of Apple Inc. and are protected by Federal copyright
8 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
9 * which should have been included with this file. If this file is
10 * file is missing or damaged, see the license at "http://www.cups.org/".
11 */
12
13 #ifndef _CUPS_MIME_PRIVATE_H_
14 # define _CUPS_MIME_PRIVATE_H_
15
16 # include "mime.h"
17
18
19 /*
20 * C++ magic...
21 */
22
23 # ifdef __cplusplus
24 extern "C" {
25 # endif /* __cplusplus */
26
27
28 /*
29 * Prototypes...
30 */
31
32 extern void _mimeError(mime_t *mime, const char *format, ...)
33 __attribute__ ((__format__ (__printf__, 2, 3)));
34
35
36 # ifdef __cplusplus
37 }
38 # endif /* __cplusplus */
39 #endif /* !_CUPS_MIME_PRIVATE_H_ */