Cross Reference: istream-base64.h
xref
: /
dovecot
/
src
/
lib
/
istream-base64.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
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
);
struct
istream
*
i_stream_create_base64_decoder
(
struct
istream
*
input
);
#
endif