Cross Reference: istream-nonuls.h
xref
: /
dovecot
/
src
/
lib-mail
/
istream-nonuls.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
a8d1a344e580f29699aed9b88d87fc3c6f5d113b
Simo Sorce
#
ifndef
ISTREAM_DOT_H
a8d1a344e580f29699aed9b88d87fc3c6f5d113b
Simo Sorce
#
define
ISTREAM_DOT_H
a8d1a344e580f29699aed9b88d87fc3c6f5d113b
Simo Sorce
a8d1a344e580f29699aed9b88d87fc3c6f5d113b
Simo Sorce
/* Translate all NUL characters to the specified replace_chr. */
a8d1a344e580f29699aed9b88d87fc3c6f5d113b
Simo Sorce
struct
istream
*
i_stream_create_nonuls
(
struct
istream
*
input
,
char
replace_chr
);
a8d1a344e580f29699aed9b88d87fc3c6f5d113b
Simo Sorce
a8d1a344e580f29699aed9b88d87fc3c6f5d113b
Simo Sorce
#
endif
a8d1a344e580f29699aed9b88d87fc3c6f5d113b
Simo Sorce