changeset 790:27b28ba2a306 HEAD

comment update
author Timo Sirainen <tss@iki.fi>
date Tue, 17 Dec 2002 04:21:46 +0200
parents c50f9f4194d2
children 6efced4f80de
files src/lib/buffer.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/buffer.h	Mon Dec 16 16:51:03 2002 +0200
+++ b/src/lib/buffer.h	Tue Dec 17 04:21:46 2002 +0200
@@ -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