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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/gutenprint/util.h b/include/gutenprint/util.h
index db322f1..352b40d 100644
--- a/include/gutenprint/util.h
+++ b/include/gutenprint/util.h
@@ -1,5 +1,5 @@
/*
- * "$Id: util.h,v 1.7 2008/07/13 18:05:10 rlk Exp $"
+ * "$Id: util.h,v 1.9 2010/08/04 00:33:55 rlk Exp $"
*
* libgimpprint utility and miscellaneous functions.
*
@@ -86,6 +86,8 @@ extern void stp_zprintf(const stp_vars_t *v, const char *format, ...)
extern void stp_zfwrite(const char *buf, size_t bytes, size_t nitems,
const stp_vars_t *v);
+extern void stp_write_raw(const stp_raw_t *raw, const stp_vars_t *v);
+
extern void stp_putc(int ch, const stp_vars_t *v);
extern void stp_put16_le(unsigned short sh, const stp_vars_t *v);
extern void stp_put16_be(unsigned short sh, const stp_vars_t *v);
@@ -130,6 +132,7 @@ extern void stp_catprintf(char **strp, const char *format, ...)
#define STP_DBG_CURVE_ERRORS 0x100000
#define STP_DBG_PPD 0x200000
#define STP_DBG_NO_COMPRESSION 0x400000
+#define STP_DBG_ASSERTIONS 0x800000
extern unsigned long stp_get_debug_level(void);
extern void stp_dprintf(unsigned long level, const stp_vars_t *v,
@@ -180,5 +183,5 @@ extern const char *stp_get_release_version(void);
#endif /* GUTENPRINT_UTIL_H */
/*
- * End of "$Id: util.h,v 1.7 2008/07/13 18:05:10 rlk Exp $".
+ * End of "$Id: util.h,v 1.9 2010/08/04 00:33:55 rlk Exp $".
*/