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