]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ipp.h
Add support for hierarchical searches (STR #4395)
[thirdparty/cups.git] / cups / ipp.h
index a55ed40350d8a127414fc6d20f705a4753630d1d..38e7c4b55a699ae8e42ee5a944939f6d6daddb9e 100644 (file)
@@ -804,6 +804,9 @@ struct _ipp_s                               /**** IPP Request/Response/Notification ****/
 
 /**** New in CUPS 1.4.4 ****/
   int                  use;            /* Use count @since CUPS 1.4.4/OS X 10.6.?@ */
+/**** New in CUPS 2.0 ****/
+  int                  atend,          /* At end of list? */
+                       curindex;       /* Current attribute index for hierarchical search */
 };
 #  endif /* _IPP_PRIVATE_STRUCTURES */