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

/* Concatenate input streams into a single stream. */
struct istream *i_stream_create_concat(struct istream *input[]);

#endif