summaryrefslogtreecommitdiff
path: root/include/gutenprint/util.h
diff options
context:
space:
mode:
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 1174d59..db322f1 100644
--- a/include/gutenprint/util.h
+++ b/include/gutenprint/util.h
@@ -1,5 +1,5 @@
/*
- * "$Id: util.h,v 1.6 2007/09/09 21:13:55 rlk Exp $"
+ * "$Id: util.h,v 1.7 2008/07/13 18:05:10 rlk Exp $"
*
* libgimpprint utility and miscellaneous functions.
*
@@ -129,6 +129,7 @@ extern void stp_catprintf(char **strp, const char *format, ...)
#define STP_DBG_CURVE 0x80000
#define STP_DBG_CURVE_ERRORS 0x100000
#define STP_DBG_PPD 0x200000
+#define STP_DBG_NO_COMPRESSION 0x400000
extern unsigned long stp_get_debug_level(void);
extern void stp_dprintf(unsigned long level, const stp_vars_t *v,
@@ -179,5 +180,5 @@ extern const char *stp_get_release_version(void);
#endif /* GUTENPRINT_UTIL_H */
/*
- * End of "$Id: util.h,v 1.6 2007/09/09 21:13:55 rlk Exp $".
+ * End of "$Id: util.h,v 1.7 2008/07/13 18:05:10 rlk Exp $".
*/