summaryrefslogtreecommitdiff
path: root/cups/ppd.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-08-27 15:14:04 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-08-27 15:14:04 -0400
commitbac967ae5656cd6e3fc38977fb5e1222782bf7d4 (patch)
tree2d859723e0b847995e403230b5a01257f862d569 /cups/ppd.h
parent604783214d19944978fb20b650afb121f2287347 (diff)
downloadcups-bac967ae5656cd6e3fc38977fb5e1222782bf7d4.tar.gz
Add checks for missing/bad CloseUI/JCLCloseUI keywords (Issue #5381)
Diffstat (limited to 'cups/ppd.h')
-rw-r--r--cups/ppd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cups/ppd.h b/cups/ppd.h
index 8b3ab24b7..3c46c0741 100644
--- a/cups/ppd.h
+++ b/cups/ppd.h
@@ -109,6 +109,8 @@ typedef enum ppd_status_e /**** Status Codes @deprecated@ ****/
PPD_MISSING_OPTION_KEYWORD, /* Missing option keyword */
PPD_BAD_VALUE, /* Bad value string */
PPD_MISSING_CLOSE_GROUP, /* Missing CloseGroup */
+ PPD_BAD_CLOSE_UI, /* Bad CloseUI/JCLCloseUI */
+ PPD_MISSING_CLOSE_UI, /* Missing CloseUI/JCLCloseUI */
PPD_MAX_STATUS /* @private@ */
} ppd_status_t;