summaryrefslogtreecommitdiff
path: root/cups/cups.h
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-06-20 13:08:15 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-06-20 13:08:15 -0400
commit90c67342b60cf53b05e337376465841e7e7cd6a6 (patch)
tree5e6c7d33c61e498f181e139b031692df7c0357b8 /cups/cups.h
parent956bb1274c77ec9b8fe84f2f1099d51de002e078 (diff)
downloadcups-90c67342b60cf53b05e337376465841e7e7cd6a6.tar.gz
Add CUPS_DEST_FLAGS_DEVICE flag for cupsConnectDest.
Diffstat (limited to 'cups/cups.h')
-rw-r--r--cups/cups.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cups/cups.h b/cups/cups.h
index ce299da70..a73cf7aeb 100644
--- a/cups/cups.h
+++ b/cups/cups.h
@@ -92,6 +92,8 @@ extern "C" {
/* A connection is being established */
# define CUPS_DEST_FLAGS_CANCELED 0x40
/* Operation was canceled */
+# define CUPS_DEST_FLAGS_DEVICE 0x80
+ /* For @link cupsConnectDest@: Connect to device */
/* Flags for cupsGetDestMediaByName/Size */
# define CUPS_MEDIA_FLAGS_DEFAULT 0x00