diff options
Diffstat (limited to 'Build/source/texk/kpathsea/tex-hush.h')
-rw-r--r-- | Build/source/texk/kpathsea/tex-hush.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/tex-hush.h b/Build/source/texk/kpathsea/tex-hush.h index 3c322f4fa89..3eb7ba16a99 100644 --- a/Build/source/texk/kpathsea/tex-hush.h +++ b/Build/source/texk/kpathsea/tex-hush.h @@ -21,6 +21,10 @@ #include <kpathsea/c-proto.h> #include <kpathsea/types.h> +#ifdef __cplusplus +extern "C" { +#endif + /* Return true if WHAT is included in the TEX_HUSH environment variable/config value. */ extern KPSEDLL boolean kpathsea_tex_hush (kpathsea kpse, const_string what); @@ -29,4 +33,8 @@ extern KPSEDLL boolean kpathsea_tex_hush (kpathsea kpse, const_string what); extern KPSEDLL boolean kpse_tex_hush (const_string what); #endif +#ifdef __cplusplus +} +#endif + #endif /* not KPATHSEA_TEX_HUSH_H */ |