aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part.h
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-05-12 01:09:43 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-12 01:09:43 +0800
commitcf2aea02b6b0deb23e91182c864986374244857e (patch)
tree78652a7e9d704aed93b5f66f831ffbf2be506d8c /camel/camel-mime-part.h
parent4ad2c4bf87f1117c9acdec61e2306111292b22d7 (diff)
downloadgsoc2013-evolution-cf2aea02b6b0deb23e91182c864986374244857e.tar
gsoc2013-evolution-cf2aea02b6b0deb23e91182c864986374244857e.tar.gz
gsoc2013-evolution-cf2aea02b6b0deb23e91182c864986374244857e.tar.bz2
gsoc2013-evolution-cf2aea02b6b0deb23e91182c864986374244857e.tar.lz
gsoc2013-evolution-cf2aea02b6b0deb23e91182c864986374244857e.tar.xz
gsoc2013-evolution-cf2aea02b6b0deb23e91182c864986374244857e.tar.zst
gsoc2013-evolution-cf2aea02b6b0deb23e91182c864986374244857e.zip
static functions naming follows gnome coding style guide.
1999-05-11 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-store.c: * camel/camel-service.c: * camel/camel-folder.c: * camel/camel-data-wrapper.c: * camel/camel-mime-part.c: static functions naming follows gnome coding style guide. svn path=/trunk/; revision=902
Diffstat (limited to 'camel/camel-mime-part.h')
-rw-r--r--camel/camel-mime-part.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h
index d72d6c5356..ecf1928691 100644
--- a/camel/camel-mime-part.h
+++ b/camel/camel-mime-part.h
@@ -57,6 +57,8 @@ typedef struct
GString *filename;
GList *header_lines;
+ CamelDataWrapper *content; /* part real content */
+
} CamelMimePart;