
| Current Path : /include/dovecot/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //include/dovecot/iostream.h |
#ifndef IOSTREAM_H #define IOSTREAM_H /* Returns human-readable reason for why iostream was disconnected. The output is either "Connection closed" for clean disconnections or "Connection closed: <error>" for unclean disconnections. */ const char *io_stream_get_disconnect_reason(struct istream *input, struct ostream *output); #endif