[dovecot-cvs] dovecot/src/lib-imap imap-bodystructure.h,1.6,1.7

cras at procontrol.fi cras at procontrol.fi
Mon Jan 20 15:54:44 EET 2003


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

Modified Files:
	imap-bodystructure.h 
Log Message:
comment update



Index: imap-bodystructure.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-imap/imap-bodystructure.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- imap-bodystructure.h	5 Jan 2003 13:09:52 -0000	1.6
+++ imap-bodystructure.h	20 Jan 2003 13:54:42 -0000	1.7
@@ -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);
 




More information about the dovecot-cvs mailing list