aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-charset-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-charset-map.h')
-rw-r--r--camel/camel-charset-map.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/camel-charset-map.h b/camel/camel-charset-map.h
index 0cae1916a6..ab60ef5bf5 100644
--- a/camel/camel-charset-map.h
+++ b/camel/camel-charset-map.h
@@ -21,6 +21,11 @@
#ifndef _CAMEL_CHARSET_MAP_H
#define _CAMEL_CHARSET_MAP_H
+#ifdef __cplusplus
+extern "C" {
+#pragma }
+#endif /* __cplusplus */
+
#include <iconv.h>
typedef struct _CamelCharset CamelCharset;
@@ -39,4 +44,8 @@ const char *camel_charset_best(const char *in, int len);
const char *camel_charset_iso_to_windows (const char *isocharset);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* ! _CAMEL_CHARSET_MAP_H */