view src/lib-mail/istream-nonuls.h @ 22649:bb7c452e3662

director: Include peak output buffer size in director connection log messages
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sun, 05 Nov 2017 22:27:41 +0200
parents 3a267dec53ca
children 08a348bc475b
line wrap: on
line source

#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