dovecot-2.2: o_stream_nsend() comment update
dovecot at dovecot.org
dovecot at dovecot.org
Sat Jun 30 22:27:57 EEST 2012
details: http://hg.dovecot.org/dovecot-2.2/rev/3d3689c2c81d
changeset: 14702:3d3689c2c81d
user: Timo Sirainen <tss at iki.fi>
date: Sat Jun 30 22:27:34 2012 +0300
description:
o_stream_nsend() comment update
diffstat:
src/lib/ostream.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 89e0aad6ba88 -r 3d3689c2c81d src/lib/ostream.h
--- a/src/lib/ostream.h Fri Jun 29 09:15:26 2012 +0300
+++ b/src/lib/ostream.h Sat Jun 30 22:27:34 2012 +0300
@@ -89,8 +89,8 @@
unsigned int iov_count);
ssize_t o_stream_send_str(struct ostream *stream, const char *str);
/* Send with delayed error handling. o_stream_has_errors() or
- o_stream_ignore_errors() must be called after these functions before the
- stream is destroyed. */
+ o_stream_ignore_last_errors() must be called after these functions before
+ the stream is destroyed. */
void o_stream_nsend(struct ostream *stream, const void *data, size_t size);
void o_stream_nsendv(struct ostream *stream, const struct const_iovec *iov,
unsigned int iov_count);
More information about the dovecot-cvs
mailing list