view src/lib/iostream.h @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +0200
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