aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-multipart.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-multipart.h')
-rw-r--r--camel/camel-multipart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-multipart.h b/camel/camel-multipart.h
index 642cdb5255..3058b8f2e0 100644
--- a/camel/camel-multipart.h
+++ b/camel/camel-multipart.h
@@ -94,6 +94,8 @@ void camel_multipart_set_boundary (CamelMultipart *multipart,
gchar *boundary);
const gchar * camel_multipart_get_boundary (CamelMultipart *multipart);
+void camel_multipart_set_preface (CamelMultipart *multipart, const char *preface);
+void camel_multipart_set_postface (CamelMultipart *multipart, const char *postface);
#ifdef __cplusplus
}