aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-save.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-filter-save.h')
-rw-r--r--camel/camel-mime-filter-save.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/camel-mime-filter-save.h b/camel/camel-mime-filter-save.h
index f1e54eca5b..20ebbea6f4 100644
--- a/camel/camel-mime-filter-save.h
+++ b/camel/camel-mime-filter-save.h
@@ -24,6 +24,11 @@
#ifndef __CAMEL_MIME_FILTER_SAVE_H__
#define __CAMEL_MIME_FILTER_SAVE_H__
+#ifdef __cplusplus
+extern "C" {
+#pragma }
+#endif /* __cplusplus */
+
#include <camel/camel-mime-filter.h>
#include <camel/camel-seekable-stream.h>
@@ -49,4 +54,8 @@ CamelType camel_mime_filter_save_get_type (void);
CamelMimeFilter *camel_mime_filter_save_new (void);
CamelMimeFilter *camel_mime_filter_save_new_with_stream (CamelStream *stream);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* __CAMEL_MIME_FILTER_SAVE_H__ */