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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/gutenprint/util.h b/include/gutenprint/util.h
index a0fb793..a146af4 100644
--- a/include/gutenprint/util.h
+++ b/include/gutenprint/util.h
@@ -1,5 +1,5 @@
/*
- * "$Id: util.h,v 1.2 2005/04/10 23:15:16 rlk Exp $"
+ * "$Id: util.h,v 1.3.2.1 2007/03/02 12:01:13 rlk Exp $"
*
* libgimpprint utility and miscellaneous functions.
*
@@ -36,6 +36,10 @@
extern "C" {
#endif
+#if !defined(__GNUC__) && !defined(__attribute__)
+# define __attribute__(x)
+#endif /* !__GNUC__ && !__attribute__ */
+
/**
* Utility functions.
*
@@ -88,6 +92,7 @@ extern void stp_put16_be(unsigned short sh, const stp_vars_t *v);
extern void stp_put32_le(unsigned int sh, const stp_vars_t *v);
extern void stp_put32_be(unsigned int sh, const stp_vars_t *v);
extern void stp_puts(const char *s, const stp_vars_t *v);
+extern void stp_putraw(const stp_raw_t *r, const stp_vars_t *v);
extern void stp_send_command(const stp_vars_t *v, const char *command,
const char *format, ...);
@@ -173,5 +178,5 @@ extern const char *stp_get_release_version(void);
#endif /* GUTENPRINT_UTIL_H */
/*
- * End of "$Id: util.h,v 1.2 2005/04/10 23:15:16 rlk Exp $".
+ * End of "$Id: util.h,v 1.3.2.1 2007/03/02 12:01:13 rlk Exp $".
*/