]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ppd-private.h
Merge changes from CUPS 1.7svn-r10629.
[thirdparty/cups.git] / cups / ppd-private.h
index 426c74ff871faf0a915f36bca30a7541aa7be034..1eaa2c816d93ccdbedfc9708d04587be2af69d3f 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  * Constants...
  */
 
-#  define _PPD_CACHE_VERSION   3       /* Version number in cache file */
+#  define _PPD_CACHE_VERSION   4       /* Version number in cache file */
 
 
 /*
@@ -141,7 +141,11 @@ struct _ppd_cache_s                        /**** PPD cache and PWG conversion data ****/
                *prefilters;            /* cupsPreFilter values */
   int          single_file;            /* cupsSingleFile value */
   cups_array_t *finishings;            /* cupsIPPFinishings values */
-  int          max_copies;             /* cupsMaxCopies value */
+  int          max_copies,             /* cupsMaxCopies value */
+               account_id,             /* cupsJobAccountId value */
+               accounting_user_id;     /* cupsJobAccountingUserId value */
+  char         *password;              /* cupsJobPassword value */
+  cups_array_t *mandatory;             /* cupsMandatory value */
 };