~ubuntu-branches/ubuntu/jaunty/libgdiplus/jaunty-updates

« back to all changes in this revision

Viewing changes to cairo/src/cairo-output-stream-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-05-17 13:38:42 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517133842-t8b8d4lxmhb3vnp0
Tags: 1.2.4-1ubuntu1
* Sync with Debian:
  + debian/control:
    - Add sparc to archs
    - Set Maintainer field...

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
cairo_private cairo_output_stream_t *
160
160
_cairo_base85_stream_create (cairo_output_stream_t *output);
161
161
 
 
162
/* cairo_deflate_stream.c */
 
163
cairo_private cairo_output_stream_t *
 
164
_cairo_deflate_stream_create (cairo_output_stream_t *output);
 
165
 
162
166
#endif /* CAIRO_OUTPUT_STREAM_PRIVATE_H */