view src/lib/istream-concat.h @ 8590:b9faf4db2a9f HEAD

Updated copyright notices to include year 2009.
author Timo Sirainen <tss@iki.fi>
date Tue, 06 Jan 2009 09:25:38 -0500
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