]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/adminutil.h
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / cups / adminutil.h
index cc119fc5b1b028830adb113192853d9fed5beaaf..c3c0dc3b56cd4072a4e23112eccae7831ad9fa53 100644 (file)
@@ -4,13 +4,7 @@
  * Copyright 2007-2016 by Apple Inc.
  * Copyright 2001-2007 by Easy Software Products.
  *
- * 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_ADMINUTIL_H_
@@ -83,7 +77,7 @@ extern ipp_status_t   cupsGetDevices(http_t *http, int timeout,
                                       const char *include_schemes,
                                       const char *exclude_schemes,
                                       cups_device_cb_t callback,
-                                      void *user_data) _CUPS_API_1_4;
+                                      void *user_data) _CUPS_DEPRECATED;
 
 
 #  ifdef __cplusplus