aboutsummaryrefslogtreecommitdiffstats
path: root/cups/cups-private.h
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2017-05-12 07:09:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-12 07:09:43 +0000
commit8b93bcf398ed07d7a89f3f83023f58c8bb26f9d0 (patch)
tree61c08d7f0c7e77cbfc67f07d6e5c2dbebd28ace5 /cups/cups-private.h
parent8bc4293a1e2afae6a72036c4e7452366121dccd8 (diff)
parent757e3477ffd1129557a3d238d11a4be682f68ad5 (diff)
downloadplatform_external_libcups-8b93bcf398ed07d7a89f3f83023f58c8bb26f9d0.tar.gz
platform_external_libcups-8b93bcf398ed07d7a89f3f83023f58c8bb26f9d0.tar.bz2
platform_external_libcups-8b93bcf398ed07d7a89f3f83023f58c8bb26f9d0.zip
Update libcups to v2.2.3 am: 2447373f18 am: 8c6e1893e8 am: 1f409d5f8e
am: 757e3477ff Change-Id: I85410e76327f0ee886a756a968ad29d5fc613311
Diffstat (limited to 'cups/cups-private.h')
-rw-r--r--cups/cups-private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cups/cups-private.h b/cups/cups-private.h
index 998aeec9..264fd01c 100644
--- a/cups/cups-private.h
+++ b/cups/cups-private.h
@@ -8,7 +8,7 @@
* property of Apple Inc. and are protected by Federal copyright
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* which should have been included with this file. If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
+ * missing or damaged, see the license at "http://www.cups.org/".
*
* This file is subject to the Apple OS-Developed Software exception.
*/
@@ -124,7 +124,8 @@ typedef struct _cups_globals_s /**** CUPS global state data ****/
*ppd_size_lut, /* Lookup table for PPD names */
*pwg_size_lut; /* Lookup table for PWG names */
pwg_media_t pwg_media; /* PWG media data for custom size */
- char pwg_name[65]; /* PWG media name for custom size */
+ char pwg_name[65], /* PWG media name for custom size */
+ ppd_name[41]; /* PPD media name for custom size */
/* request.c */
http_t *http; /* Current server connection */