summaryrefslogtreecommitdiff
path: root/include/gutenprint/util.h
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 16:18:09 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 16:18:09 +0000
commitf9238b191d14686b9beba78893dff0a8dff9c087 (patch)
treef563eacc3307021378e7c50d4c1ee4797a2392dc /include/gutenprint/util.h
parentcda0fb3b8a7cb56045b24fd0af0ed36591b5d7eb (diff)
Imported Upstream version 5.0.2
Diffstat (limited to 'include/gutenprint/util.h')
-rw-r--r--include/gutenprint/util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/gutenprint/util.h b/include/gutenprint/util.h
index a146af4..a3089bb 100644
--- a/include/gutenprint/util.h
+++ b/include/gutenprint/util.h
@@ -1,5 +1,5 @@
/*
- * "$Id: util.h,v 1.3.2.1 2007/03/02 12:01:13 rlk Exp $"
+ * "$Id: util.h,v 1.3.2.2 2007/12/15 20:35:35 rlk Exp $"
*
* libgimpprint utility and miscellaneous functions.
*
@@ -128,6 +128,7 @@ extern void stp_catprintf(char **strp, const char *format, ...)
#define STP_DBG_OLYMPUS 0x40000
#define STP_DBG_CURVE 0x80000
#define STP_DBG_CURVE_ERRORS 0x100000
+#define STP_DBG_PPD 0x200000
extern unsigned long stp_get_debug_level(void);
extern void stp_dprintf(unsigned long level, const stp_vars_t *v,
@@ -178,5 +179,5 @@ extern const char *stp_get_release_version(void);
#endif /* GUTENPRINT_UTIL_H */
/*
- * End of "$Id: util.h,v 1.3.2.1 2007/03/02 12:01:13 rlk Exp $".
+ * End of "$Id: util.h,v 1.3.2.2 2007/12/15 20:35:35 rlk Exp $".
*/