From: handa Date: Tue, 9 Jan 2007 00:26:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-0-9-7~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d6193cec59287dcb9467cdfe13aa0034012f1b87;p=m17n%2Flibotf.git *** empty log message *** --- 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_ */