summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-as
blob: 4f84c3d9fb781b66d38740b4537d8d3a0d0863c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-as,v 1.1 2006/07/31 14:05:00 tron Exp $

--- mailnews/mime/src/mimeeobj.h.orig	2004-04-17 19:33:13.000000000 +0100
+++ mailnews/mime/src/mimeeobj.h	2006-07-31 14:51:25.000000000 +0100
@@ -54,7 +54,13 @@
   MimeLeafClass leaf;
 };
 
+#ifdef __cplusplus
+extern "C" {
+#endif
 extern MimeExternalObjectClass mimeExternalObjectClass;
+#ifdef __cplusplus
+}
+#endif
 
 struct MimeExternalObject {
   MimeLeaf leaf;