changeset 986:efca64f75e62 HEAD

comment update
author Timo Sirainen <tss@iki.fi>
date Mon, 20 Jan 2003 15:54:42 +0200
parents 961617a56fb9
children cbf096fbb9f0
files src/lib-imap/imap-bodystructure.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-imap/imap-bodystructure.h	Mon Jan 20 15:54:13 2003 +0200
+++ b/src/lib-imap/imap-bodystructure.h	Mon Jan 20 15:54:42 2003 +0200
@@ -4,7 +4,9 @@
 struct message_part;
 
 /* If *part is non-NULL, it's used as base for building the body structure.
-   Otherwise it's set to the root message_part and parsed. */
+   Otherwise it's set to the root message_part and parsed. pool is used only
+   for allocating message_part, not the return value which is from data
+   stack. */
 const char *imap_part_get_bodystructure(pool_t pool, struct message_part **part,
 					struct istream *input, int extended);