aboutsummaryrefslogtreecommitdiffstats
path: root/cups/ppd.h
diff options
context:
space:
mode:
authorBryan Ferris <bferris@google.com>2019-06-21 10:49:26 -0700
committerHuizi Yang <yanghuiz@google.com>2019-10-08 14:05:51 -0700
commit2ccb2eaf277e9f184c8225cd80d341d1e70a6d68 (patch)
treeaedb3a476f3355dd099cf82d961ee2f2a67d51d0 /cups/ppd.h
parent05b0b189a65a1d52cbfa5ae6d35e2a16b201e706 (diff)
downloadplatform_external_libcups-android-9.0.0_r60.tar.gz
platform_external_libcups-android-9.0.0_r60.tar.bz2
platform_external_libcups-android-9.0.0_r60.zip
Bug: 111210196 Test: adb shell am instrument -w android.print.cts/androidx.test.runner.AndroidJUnitRunner Change-Id: I5170f3629dabbfa3af5e5af037261986e7bfe2f6 Merged-In: Iefafb654fcb0764bba0f17731e469db595a6b36e (cherry picked from commit 5fb2ccdf3347f61b570c8e340f90db5cd28b29bc)
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;