]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ipp-private.h
Load cups into easysw/current.
[thirdparty/cups.git] / cups / ipp-private.h
index af303f1da9314e965483b2175eb9cb557a30865b..e38ca26e1aa30f171ae946e3dd42dc3d0b649a41 100644 (file)
@@ -1,25 +1,16 @@
 /*
- * "$Id: ipp-private.h 5230 2006-03-05 17:01:51Z mike $"
+ * "$Id: ipp-private.h 6649 2007-07-11 21:46:42Z mike $"
  *
  *   Private IPP definitions for the Common UNIX Printing System (CUPS).
  *
+ *   Copyright 2007 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
- *   property of Easy Software Products 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 missing or damaged please contact Easy Software Products
- *   at:
- *
- *       Attn: CUPS Licensing Information
- *       Easy Software Products
- *       44141 Airport View Drive, Suite 204
- *       Hollywood, Maryland 20636 USA
- *
- *       Voice: (301) 373-9600
- *       EMail: cups-info@cups.org
- *         WWW: http://www.cups.org
+ *   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/".
  *
  *   This file is subject to the Apple OS-Developed Software exception.
  */
@@ -43,11 +34,24 @@ extern "C" {
 #  endif /* __cplusplus */
 
 
+/*
+ * Structures...
+ */
+
+typedef struct                         /**** Attribute mapping data ****/
+{
+  const char   *name;                  /* Option/attribute name */
+  ipp_tag_t    value_tag;              /* Value tag for this attribute */
+  ipp_tag_t    group_tag;              /* Group tag for this attribute */
+} _ipp_option_t;
+
+
 /*
  * Prototypes for private functions...
  */
 
 extern ipp_attribute_t *_ippAddAttr(ipp_t *, int);
+extern _ipp_option_t   *_ippFindOption(const char *name);
 extern void            _ippFreeAttr(ipp_attribute_t *);
 
 
@@ -61,5 +65,5 @@ extern void           _ippFreeAttr(ipp_attribute_t *);
 #endif /* !_CUPS_IPP_H_ */
 
 /*
- * End of "$Id: ipp-private.h 5230 2006-03-05 17:01:51Z mike $".
+ * End of "$Id: ipp-private.h 6649 2007-07-11 21:46:42Z mike $".
  */