Cross Reference: iostream.h
xref
: /
dovecot
/
src
/
lib
/
iostream.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
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