diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-04-20 02:37:15 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-04-21 02:10:34 -0400 |
commit | 68e2158aaeacefcff8e6df11c25bb61ab0e89606 (patch) | |
tree | aa55f7e3446b48ddb02e1c5b6e77ccf643c786dc /src/cairo-output-stream-private.h | |
parent | 183c6af4f1730861a604a912a0609e315da65ecc (diff) |
[pdf] Move cairo_pdf_surface_t to cairo-pdf-surface-private.h
Diffstat (limited to 'src/cairo-output-stream-private.h')
-rw-r--r-- | src/cairo-output-stream-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-output-stream-private.h b/src/cairo-output-stream-private.h index 26c18cb5..0600431e 100644 --- a/src/cairo-output-stream-private.h +++ b/src/cairo-output-stream-private.h @@ -37,7 +37,7 @@ #ifndef CAIRO_OUTPUT_STREAM_PRIVATE_H #define CAIRO_OUTPUT_STREAM_PRIVATE_H -typedef struct _cairo_output_stream cairo_output_stream_t; +#include "cairo-types-private.h" typedef cairo_status_t (*cairo_output_stream_write_func_t) (cairo_output_stream_t *output_stream, const unsigned char *data, |