view src/lib/istream-base64-encoder.h @ 12311:ce5bb3246ffb

liblib: Added istream for reading binary data as base64-encoded.
author Timo Sirainen <tss@iki.fi>
date Tue, 19 Oct 2010 18:30:51 +0100
parents
children
line wrap: on
line source

#ifndef ISTREAM_BASE64_H
#define ISTREAM_BASE64_H

struct istream *
i_stream_create_base64_encoder(struct istream *input,
			       unsigned int chars_per_line, bool crlf);

#endif