]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/getdevices.c
Fix potential deadlock (OpenPrinting #243)
[thirdparty/cups.git] / cups / getdevices.c
index e0ac9b5ccd50186756a3b469b910d2ce130c2c55..de2186f5faf0589cd941b87ef38df75662737092 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #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/macOS 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. */