aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-part-utils.h')
-rw-r--r--camel/camel-mime-part-utils.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/camel/camel-mime-part-utils.h b/camel/camel-mime-part-utils.h
index 85e86a25e9..a4e58ec2a2 100644
--- a/camel/camel-mime-part-utils.h
+++ b/camel/camel-mime-part-utils.h
@@ -35,16 +35,7 @@ extern "C" {
#include "camel-mime-part.h"
-
-void camel_mime_part_construct_headers_from_stream (CamelMimePart *mime_part,
- CamelStream *stream);
-
-void camel_mime_part_construct_content_from_stream (CamelMimePart *mime_part,
- CamelStream *stream);
-
-void camel_mime_part_store_stream_in_buffer (CamelMimePart *mime_part,
- CamelStream *stream);
-
+void camel_mime_part_construct_content_from_parser(CamelMimePart *, CamelMimeParser *mp);
#ifdef __cplusplus
}