aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-chomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-filter-chomp.h')
-rw-r--r--camel/camel-mime-filter-chomp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/camel-mime-filter-chomp.h b/camel/camel-mime-filter-chomp.h
index 781f2a6368..6e0081a475 100644
--- a/camel/camel-mime-filter-chomp.h
+++ b/camel/camel-mime-filter-chomp.h
@@ -19,9 +19,15 @@
* Boston, MA 02111-1307, USA.
*/
+
#ifndef _CAMEL_MIME_FILTER_CHOMP_H
#define _CAMEL_MIME_FILTER_CHOMP_H
+#ifdef __cplusplus
+extern "C" {
+#pragma }
+#endif /* __cplusplus */
+
#include <camel/camel-mime-filter.h>
#define CAMEL_MIME_FILTER_CHOMP_TYPE (camel_mime_filter_chomp_get_type ())
@@ -44,4 +50,8 @@ CamelType camel_mime_filter_chomp_get_type (void);
CamelMimeFilter *camel_mime_filter_chomp_new (void);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* ! _CAMEL_MIME_FILTER_CHOMP_H */