Cross Reference:
xref
: /
dovecot
/
src
/
plugins
/
zlib
/
istream-zlib.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
istream-zlib.h revision 0c799f899bbbb08315f1fe9df5e12a948c72aeba
#
ifndef
ISTREAM_ZLIB_H
#
define
ISTREAM_ZLIB_H
struct
istream
*
i_stream_create_gz
(
struct
istream
*
input
);
struct
istream
*
i_stream_create_deflate
(
struct
istream
*
input
);
struct
istream
*
i_stream_create_bz2
(
struct
istream
*
input
);
#
endif