Current File : //usr/local/apps/dovecot/include/dovecot/istream-nonuls.h
#ifndef ISTREAM_NONULS_H
#define ISTREAM_NONULS_H

/* Translate all NUL characters to the specified replace_chr. */
struct istream *i_stream_create_nonuls(struct istream *input, char replace_chr);

#endif