]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/mime-private.h
Fix whitespace issues.
[thirdparty/cups.git] / scheduler / mime-private.h
CommitLineData
eac3a0a0 1/*
503b54c9 2 * Private MIME type/conversion database definitions for CUPS.
eac3a0a0 3 *
503b54c9 4 * Copyright 2011 by Apple Inc.
eac3a0a0 5 *
e3101897 6 * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
eac3a0a0
MS
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
20extern "C" {
21# endif /* __cplusplus */
22
23
24/*
25 * Prototypes...
26 */
27
28extern void _mimeError(mime_t *mime, const char *format, ...)
85dda01c 29 __attribute__ ((__format__ (__printf__, 2, 3)));
eac3a0a0
MS
30
31
32# ifdef __cplusplus
33}
34# endif /* __cplusplus */
35#endif /* !_CUPS_MIME_PRIVATE_H_ */