view src/plugins/zlib/istream-zlib.h @ 9283:0de21e725d4e HEAD

ssl_username_from_cert=yes: Don't truncate username, don't allow NULs in it.
author Timo Sirainen <tss@iki.fi>
date Tue, 04 Aug 2009 14:54:56 -0400
parents bb9d3aabcb61
children
line wrap: on
line source

#ifndef ISTREAM_ZLIB_H
#define ISTREAM_ZLIB_H

struct istream *i_stream_create_zlib(int fd);
struct istream *i_stream_create_bzlib(int fd);

#endif