iostream.h revision b554101f70e3f16380903c9a4ee87a2c96c1d322
#ifndef IOSTREAM_H
#define IOSTREAM_H
/* Returns human-readable reason for why iostream was disconnected. */
const char *io_stream_get_disconnect_reason(struct istream *input,
struct ostream *output);
#endif