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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/gutenprint/util.h b/include/gutenprint/util.h
index 352b40d..27c701d 100644
--- a/include/gutenprint/util.h
+++ b/include/gutenprint/util.h
@@ -1,6 +1,4 @@
/*
- * "$Id: util.h,v 1.9 2010/08/04 00:33:55 rlk Exp $"
- *
* libgimpprint utility and miscellaneous functions.
*
* Copyright 1997-2000 Michael Sweet (mike@easysw.com) and
@@ -133,6 +131,7 @@ extern void stp_catprintf(char **strp, const char *format, ...)
#define STP_DBG_PPD 0x200000
#define STP_DBG_NO_COMPRESSION 0x400000
#define STP_DBG_ASSERTIONS 0x800000
+#define STP_DBG_DPL 0x1000000
extern unsigned long stp_get_debug_level(void);
extern void stp_dprintf(unsigned long level, const stp_vars_t *v,
@@ -182,6 +181,3 @@ extern const char *stp_get_release_version(void);
#endif
#endif /* GUTENPRINT_UTIL_H */
-/*
- * End of "$Id: util.h,v 1.9 2010/08/04 00:33:55 rlk Exp $".
- */