[dovecot-cvs] dovecot/src/lib buffer.h,1.1,1.2

cras at procontrol.fi cras at procontrol.fi
Tue Dec 17 04:21:48 EET 2002


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv13179/lib

Modified Files:
	buffer.h 
Log Message:
comment update



Index: buffer.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib/buffer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- buffer.h	8 Dec 2002 05:23:07 -0000	1.1
+++ buffer.h	17 Dec 2002 02:21:46 -0000	1.2
@@ -17,7 +17,7 @@
    directly from the memory pool. */
 void buffer_free(Buffer *buf);
 /* Free the memory used by buffer structure, but return the buffer data
-   unfree'd.*/
+   unfree'd. NOTE: Current start_pos doesn't affect the returned value. */
 void *buffer_free_without_data(Buffer *buf);
 
 /* Write data to buffer at specified position, returns number of bytes




More information about the dovecot-cvs mailing list