diff options
Diffstat (limited to 'camel/camel-mime-part.h')
-rw-r--r-- | camel/camel-mime-part.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h index ecf1928691..8f067fd403 100644 --- a/camel/camel-mime-part.h +++ b/camel/camel-mime-part.h @@ -87,6 +87,7 @@ typedef struct { void (*set_header_lines) (CamelMimePart *mime_part, GList *header_lines); GList * (*get_header_lines) (CamelMimePart *mime_part); + CamelDataWrapper * (*get_content_object) (CamelMimePart *mime_part); } CamelMimePartClass; |