*** empty log message ***
authorhanda <handa>
Tue, 9 Jan 2007 00:26:58 +0000 (00:26 +0000)
committerhanda <handa>
Tue, 9 Jan 2007 00:26:58 +0000 (00:26 +0000)
src/otf.h

index 3fb566a..9be9fe5 100644 (file)
--- a/src/otf.h
+++ b/src/otf.h
@@ -24,6 +24,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place, Suite
 #ifndef _OTF_H_
 #define _OTF_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Version name of this library.  */
 #define LIBOTF_VERSION "0.9.5"
 
@@ -1445,5 +1449,8 @@ extern OTF_Tag OTF_tag (char *name);
 
 extern void OTF_tag_name (OTF_Tag tag, char *name);
 
+#ifdef __cplusplus
+}
+#endif
 
 #endif /* not _OTF_H_ */