[dovecot-cvs] dovecot/src/lib istream.h,1.20,1.21

cras at dovecot.org cras at dovecot.org
Fri Nov 4 13:34:48 EET 2005


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv8258

Modified Files:
	istream.h 
Log Message:
API description update



Index: istream.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/istream.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- istream.h	9 Oct 2005 09:55:29 -0000	1.20
+++ istream.h	4 Nov 2005 11:34:45 -0000	1.21
@@ -69,7 +69,8 @@
 int i_stream_have_bytes_left(struct istream *stream);
 
 /* Gets the next line from stream and returns it, or NULL if more data is
-   needed to make a full line. */
+   needed to make a full line. Note that if the stream ends with LF not being
+   the last character, this function doesn't return the last line. */
 char *i_stream_next_line(struct istream *stream);
 /* Like i_stream_next_line(), but reads for more data if needed. Returns NULL
    if more data is needed or error occurred. */



More information about the dovecot-cvs mailing list