Cross Reference: istream-concat.h
xref
: /
dovecot
/
src
/
lib
/
istream-concat.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
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