]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/common.h
Update svn:keyword properties.
[thirdparty/cups.git] / filter / common.h
index 1c40b4765cfbd30c2520f798ca33a98463040493..bbaf99eed0ef55e13191b0ab0505adb7497b0cc7 100644 (file)
@@ -1,25 +1,16 @@
 /*
- * "$Id: common.h 4493 2005-02-18 02:09:53Z mike $"
+ * "$Id$"
  *
- *   Common filter definitions for the Common UNIX Printing System (CUPS).
+ *   Common filter definitions for CUPS.
  *
- *   Copyright 1997-2005 by Easy Software Products.
+ *   Copyright 2007-2010 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.
  */
  * Include necessary headers...
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <ctype.h>
-#include <time.h>
-
+#include <cups/string-private.h>
 #include <cups/cups.h>
-#include <cups/language.h>
-#include <cups/string.h>
+#include <cups/ppd.h>
+#include <time.h>
 
 
 /*
@@ -76,6 +61,7 @@ extern void   WriteCommon(void);
 extern void    WriteLabelProlog(const char *label, float bottom,
                                 float top, float width);
 extern void    WriteLabels(int orient);
+extern void    WriteTextComment(const char *name, const char *value);
 
 
 /*
@@ -88,5 +74,5 @@ extern void   WriteLabels(int orient);
 
 
 /*
- * End of "$Id: common.h 4493 2005-02-18 02:09:53Z mike $".
+ * End of "$Id$".
  */