view src/lib-mail/istream-binary-converter.h @ 22713:cb108f786fb4

Updated copyright notices to include the year 2018.
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Mon, 01 Jan 2018 22:42:08 +0100
parents 7b1378fe8820
children
line wrap: on
line source

#ifndef ISTREAM_BINARY_CONVERTER_H
#define ISTREAM_BINARY_CONVERTER_H

struct istream *i_stream_create_binary_converter(struct istream *input);

#endif