view src/plugins/zlib/ostream-zlib.h @ 10642:9f0e01905171 HEAD

zlib plugin: Added support for compressing Maildir mails while saving.
author Timo Sirainen <tss@iki.fi>
date Sat, 06 Feb 2010 01:07:44 +0200
parents
children
line wrap: on
line source

#ifndef OSTREAM_ZLIB_H
#define OSTREAM_ZLIB_H

struct ostream *o_stream_create_gz(struct ostream *output, int level);
struct ostream *o_stream_create_deflate(struct ostream *output, int level);
struct ostream *o_stream_create_bz2(struct ostream *output, int level);

#endif