]> git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/mime-private.h
Fix whitespace issues.
[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 * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
7 */
8
9 #ifndef _CUPS_MIME_PRIVATE_H_
10 # define _CUPS_MIME_PRIVATE_H_
11
12 # include "mime.h"
13
14
15 /*
16 * C++ magic...
17 */
18
19 # ifdef __cplusplus
20 extern "C" {
21 # endif /* __cplusplus */
22
23
24 /*
25 * Prototypes...
26 */
27
28 extern void _mimeError(mime_t *mime, const char *format, ...)
29 __attribute__ ((__format__ (__printf__, 2, 3)));
30
31
32 # ifdef __cplusplus
33 }
34 # endif /* __cplusplus */
35 #endif /* !_CUPS_MIME_PRIVATE_H_ */