]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/encode.c
Load cups into easysw/current.
[thirdparty/cups.git] / cups / encode.c
index ec46217f12588a3e40d58e04914f03053d540c9e..a00e2c52a2e77369731fd8c812d8bdc09ca9ee77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: encode.c 5373 2006-04-06 20:03:32Z mike $"
+ * "$Id: encode.c 5545 2006-05-18 21:00:56Z mike $"
  *
  *   Option encoding routines for the Common UNIX Printing System (CUPS).
  *
@@ -133,6 +133,8 @@ static const _ipp_option_t ipp_options[] =
   { "raw",                     IPP_TAG_MIMETYPE,       IPP_TAG_OPERATION },
   { "resolution",              IPP_TAG_RESOLUTION,     IPP_TAG_JOB },
   { "resolution-default",      IPP_TAG_RESOLUTION,     IPP_TAG_PRINTER },
+  { "requesting-user-name-allowed",    IPP_TAG_NAME,   IPP_TAG_PRINTER },
+  { "requesting-user-name-denied",     IPP_TAG_NAME,   IPP_TAG_PRINTER },
   { "saturation",              IPP_TAG_INTEGER,        IPP_TAG_JOB },
   { "saturation-default",      IPP_TAG_INTEGER,        IPP_TAG_PRINTER },
   { "scaling",                 IPP_TAG_INTEGER,        IPP_TAG_JOB },
@@ -557,5 +559,5 @@ compare_ipp_options(_ipp_option_t *a,       /* I - First option */
 
 
 /*
- * End of "$Id: encode.c 5373 2006-04-06 20:03:32Z mike $".
+ * End of "$Id: encode.c 5545 2006-05-18 21:00:56Z mike $".
  */