]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/getdevices.c
Greatly simplify the man page handling.
[thirdparty/cups.git] / cups / getdevices.c
index 9ecc722d77d5d4b677b831fd68749c215b4a995f..de2186f5faf0589cd941b87ef38df75662737092 100644 (file)
@@ -1,21 +1,9 @@
 /*
- * "$Id$"
+ * cupsGetDevices implementation for CUPS.
  *
- *   cupsGetDevices implementation for CUPS.
+ * Copyright 2008-2016 by Apple Inc.
  *
- *   Copyright 2008-2013 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.
- *
- * Contents:
- *
- *   cupsGetDevices() - Get available printer devices.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -23,6 +11,8 @@
  */
 
 #include "cups-private.h"
+#include "debug-internal.h"
+#include "adminutil.h"
 
 
 /*
  * parameters provide comma-delimited lists of backends to include or omit from
  * the request respectively.
  *
- * @since CUPS 1.4/OS X 10.6@
+ * This function is deprecated with the IPP printer discovery functionality
+ * being provided by the @link cupsEnumDests@ and @cupsGetDests@ functions.
+ *
+ * @deprecated@
  */
 
 ipp_status_t                           /* O - Request status - @code IPP_OK@ on success. */
@@ -272,8 +265,3 @@ cupsGetDevices(
 
   return (cupsLastError());
 }
-
-
-/*
- * End of "$Id$".
- */