]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix definition of IPP_DSTATE_ enums.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 13 Mar 2018 01:57:49 +0000 (21:57 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 13 Mar 2018 01:57:49 +0000 (21:57 -0400)
cups/ipp.h

index f39bc9251867a57a7e49a95a99ea70d88e25b051..84e00271a4912985601aca7595309811fa4c2eb8 100644 (file)
@@ -73,11 +73,11 @@ extern "C" {
 
 typedef enum ipp_dstate_e              /**** Document states @exclude all@ ****/
 {
-  IPP_DOCUMENT_PENDING = 3,            /* Document is pending */
-  IPP_DOCUMENT_PROCESSING = 5,         /* Document is processing */
-  IPP_DOCUMENT_CANCELED = 7,           /* Document is canceled */
-  IPP_DOCUMENT_ABORTED,                        /* Document is aborted */
-  IPP_DOCUMENT_COMPLETED               /* Document is completed */
+  IPP_DSTATE_PENDING = 3,              /* Document is pending */
+  IPP_DSTATE_PROCESSING = 5,           /* Document is processing */
+  IPP_DSTATE_CANCELED = 7,             /* Document is canceled */
+  IPP_DSTATE_ABORTED,                  /* Document is aborted */
+  IPP_DSTATE_COMPLETED                 /* Document is completed */
 
 #  ifndef _CUPS_NO_DEPRECATED
 #    define IPP_DOCUMENT_PENDING       IPP_DSTATE_PENDING