/*1* Private MIME type/conversion database definitions for CUPS.2*3* Copyright © 2011-2018 by Apple Inc.4*5* Licensed under Apache License v2.0. See the file "LICENSE" for more6* information.7*/89#ifndef _CUPS_MIME_PRIVATE_H_10# define _CUPS_MIME_PRIVATE_H_1112# include "mime.h"131415/*16* C++ magic...17*/1819# ifdef __cplusplus20extern "C" {21# endif /* __cplusplus */222324/*25* Prototypes...26*/2728extern void _mimeError(mime_t *mime, const char *format, ...) _CUPS_FORMAT(2, 3);293031# ifdef __cplusplus32}33# endif /* __cplusplus */34#endif /* !_CUPS_MIME_PRIVATE_H_ */353637