summaryrefslogtreecommitdiff
path: root/filter/common.h
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-10-20 18:36:23 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-10-20 18:36:23 +0000
commit2abf387cae0cce4bf3a0a259ded28ef0269aec47 (patch)
treee62c740dbab4b00ffb2cb1db8c57194a7553648b /filter/common.h
parent07725fee410af68be5081d9b1af3536eff5326b8 (diff)
downloadcups-2abf387cae0cce4bf3a0a259ded28ef0269aec47.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@224 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'filter/common.h')
-rw-r--r--filter/common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/filter/common.h b/filter/common.h
index 1c40b4765..4ccf6b3a4 100644
--- a/filter/common.h
+++ b/filter/common.h
@@ -1,9 +1,9 @@
/*
- * "$Id: common.h 4493 2005-02-18 02:09:53Z mike $"
+ * "$Id: common.h 6003 2006-10-02 16:26:04Z mike $"
*
* Common filter definitions for the Common UNIX Printing System (CUPS).
*
- * Copyright 1997-2005 by Easy Software Products.
+ * 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
@@ -76,6 +76,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 +89,5 @@ extern void WriteLabels(int orient);
/*
- * End of "$Id: common.h 4493 2005-02-18 02:09:53Z mike $".
+ * End of "$Id: common.h 6003 2006-10-02 16:26:04Z mike $".
*/