diff options
Diffstat (limited to 'camel/camel-mime-part.h')
-rw-r--r-- | camel/camel-mime-part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h index ff2a311446..5c3d7d9b59 100644 --- a/camel/camel-mime-part.h +++ b/camel/camel-mime-part.h @@ -46,12 +46,12 @@ extern "C" { struct _CamelMimePart { CamelMedium parent_object; - struct _header_raw *headers; /* mime headers */ + struct _camel_header_raw *headers; /* mime headers */ /* All fields here are -** PRIVATE **- */ /* TODO: these should be in a camelcontentinfo */ char *description; - CamelMimeDisposition *disposition; + CamelContentDisposition *disposition; char *content_id; char *content_MD5; char *content_location; |