From d6193cec59287dcb9467cdfe13aa0034012f1b87 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 9 Jan 2007 00:26:58 +0000 Subject: [PATCH] *** empty log message *** --- src/otf.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/otf.h b/src/otf.h index 3fb566a..9be9fe5 100644 --- 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_ */ -- 1.7.10.4