]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/mime-private.h
Stop advertising the HTTP methods that are supported (Issue #5540)
[thirdparty/cups.git] / scheduler / mime-private.h
index ffd769f12ae3c3abfa2a156e75365a468c3b159c..9ca5dc95f2338c20f0f3c9363e98a060f518a91f 100644 (file)
@@ -1,15 +1,10 @@
 /*
- * "$Id$"
+ * Private MIME type/conversion database definitions for CUPS.
  *
- *   Private MIME type/conversion database definitions for CUPS.
+ * Copyright © 2011-2018 by Apple Inc.
  *
- *   Copyright 2011 by Apple Inc.
- *
- *   These coded instructions, statements, and computer programs are the
- *   property of Apple Inc. and are protected by Federal copyright
- *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
- *   which should have been included with this file.  If this file is
- *   file is missing or damaged, see the license at "http://www.cups.org/".
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more
+ * information.
  */
 
 #ifndef _CUPS_MIME_PRIVATE_H_
@@ -31,18 +26,10 @@ extern "C" {
  * Prototypes...
  */
 
-extern void    _mimeError(mime_t *mime, const char *format, ...)
-#ifdef __GNUC__
-__attribute__ ((__format__ (__printf__, 2, 3)))
-#endif /* __GNUC__ */
-;
+extern void    _mimeError(mime_t *mime, const char *format, ...) _CUPS_FORMAT(2, 3);
 
 
 #  ifdef __cplusplus
 }
 #  endif /* __cplusplus */
 #endif /* !_CUPS_MIME_PRIVATE_H_ */
-
-/*
- * End of "$Id$".
- */