view src/lib/iostream.h @ 23007:36e01285b5b8

lib: buffer - Improve header comment for buffer_insert() and buffer_delete().
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Mon, 18 Mar 2019 00:52:37 +0100
parents ca2f5d3575b3
children
line wrap: on
line source

#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