diff options
Diffstat (limited to 'Build/source/texk/kpathsea/version.h')
-rw-r--r-- | Build/source/texk/kpathsea/version.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/version.h b/Build/source/texk/kpathsea/version.h index 03f255abf77..ef94be6434b 100644 --- a/Build/source/texk/kpathsea/version.h +++ b/Build/source/texk/kpathsea/version.h @@ -21,8 +21,16 @@ #include <kpathsea/c-proto.h> #include <kpathsea/types.h> +#ifdef __cplusplus +extern "C" { +#endif + extern KPSEDLL const char *kpathsea_version_string; extern KPSEDLL const char *kpathsea_bug_address; +#ifdef __cplusplus +} +#endif + #endif /* not KPATHSEA_VERSION_H */ |