]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/mime-private.h
Remove all of the Subversion keywords from various source files.
[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 *
503b54c9
MS
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/".
eac3a0a0
MS
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
24extern "C" {
25# endif /* __cplusplus */
26
27
28/*
29 * Prototypes...
30 */
31
32extern void _mimeError(mime_t *mime, const char *format, ...)
85dda01c 33 __attribute__ ((__format__ (__printf__, 2, 3)));
eac3a0a0
MS
34
35
36# ifdef __cplusplus
37}
38# endif /* __cplusplus */
39#endif /* !_CUPS_MIME_PRIVATE_H_ */