aboutsummaryrefslogtreecommitdiffstats
path: root/cups/ppd.h
diff options
context:
space:
mode:
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 fb33c08b..6e628cb6 100644
--- a/cups/ppd.h
+++ b/cups/ppd.h
@@ -132,6 +132,8 @@ typedef enum ppd_status_e /**** Status Codes @since CUPS 1.1.19/macOS 10.3@ ***
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;