]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/array-private.h
Stop accepting attributes in collections (Issue #5630)
[thirdparty/cups.git] / cups / array-private.h
index c563e25df287febd6f818b851253ff42f24c738a..e4d7b8ac041cf93cd693cb8047bab92879bffc57 100644 (file)
@@ -3,13 +3,7 @@
  *
  * Copyright 2011-2012 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/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 #ifndef _CUPS_ARRAY_PRIVATE_H_
@@ -36,9 +30,9 @@ extern "C" {
  */
 
 extern int             _cupsArrayAddStrings(cups_array_t *a, const char *s,
-                                            char delim) _CUPS_API_1_5;
+                                            char delim) _CUPS_PRIVATE;
 extern cups_array_t    *_cupsArrayNewStrings(const char *s, char delim)
-                                             _CUPS_API_1_5;
+                                             _CUPS_PRIVATE;
 
 #  ifdef __cplusplus
 }