view src/lib/istream-concat.h @ 9451:9fff30644260 HEAD

istream-concat: Fixed a lot of bugs.
author Timo Sirainen <tss@iki.fi>
date Mon, 26 Oct 2009 17:06:57 -0400
parents 026f67ecd858
children
line wrap: on
line source

#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