summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tex-glyph.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/tex-glyph.h')
-rw-r--r--Build/source/texk/kpathsea/tex-glyph.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/tex-glyph.h b/Build/source/texk/kpathsea/tex-glyph.h
index f2a8c67f7f4..0864bb35423 100644
--- a/Build/source/texk/kpathsea/tex-glyph.h
+++ b/Build/source/texk/kpathsea/tex-glyph.h
@@ -22,6 +22,10 @@
#include <kpathsea/tex-file.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* This type describes the origination of a glyph font. */
typedef enum
@@ -87,4 +91,8 @@ extern KPSEDLL string kpse_find_glyph (const_string font_name, unsigned dpi,
extern KPSEDLL boolean kpse_bitmap_tolerance (double dpi1, double dpi2);
#endif
+#ifdef __cplusplus
+}
+#endif
+
#endif /* not KPATHSEA_TEX_GLYPH_H */