summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tex-make.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/tex-make.h')
-rw-r--r--Build/source/texk/kpathsea/tex-make.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/tex-make.h b/Build/source/texk/kpathsea/tex-make.h
index c435c3beb92..00902f7f101 100644
--- a/Build/source/texk/kpathsea/tex-make.h
+++ b/Build/source/texk/kpathsea/tex-make.h
@@ -23,6 +23,10 @@
#include <kpathsea/tex-file.h>
#include <kpathsea/types.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* Run a program to create a file named by BASE_FILE in format FORMAT.
Return the full filename to it, or NULL. Any other information about
the file is passed through environment variables. See the mktexpk
@@ -37,4 +41,8 @@ extern KPSEDLL string kpse_make_tex (kpse_file_format_type format,
const_string base_file);
#endif
+#ifdef __cplusplus
+}
+#endif
+
#endif /* not KPATHSEA_TEX_MAKE_H */