summaryrefslogtreecommitdiffstats
path: root/src/lib/istream-concat.h
blob: a02853471397b670c556f2b2ee8375930774a09f (plain)
1
2
3
4
5
6
7
#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