]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ipp.h
Get rid of compiler warnings.
[thirdparty/cups.git] / cups / ipp.h
index a8541329cdb17586722b9e85d24f5297608a44e2..9299975e96645fc44a37fbe5cca88f50df37c338 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: ipp.h,v 1.36 2001/03/30 19:21:30 mike Exp $"
+ * "$Id: ipp.h,v 1.37 2001/04/15 11:52:43 mike Exp $"
  *
  *   Internet Printing Protocol definitions for the Common UNIX Printing
  *   System (CUPS).
@@ -105,6 +105,7 @@ typedef enum                        /**** Format tags for attribute formats... ****/
   IPP_TAG_LANGUAGE,
   IPP_TAG_MIMETYPE,
   IPP_TAG_MEMBERNAME,
+  IPP_TAG_MASK = 0x7fffffff,   /* Mask for copied attribute values */
   IPP_TAG_COPY = 0x80000000    /* Bitflag for copied attribute values */
 } ipp_tag_t;
 
@@ -425,5 +426,5 @@ extern void         _ipp_free_attr(ipp_attribute_t *);
 #endif /* !_CUPS_IPP_H_ */
 
 /*
- * End of "$Id: ipp.h,v 1.36 2001/03/30 19:21:30 mike Exp $".
+ * End of "$Id: ipp.h,v 1.37 2001/04/15 11:52:43 mike Exp $".
  */