diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 09:37:07 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 09:37:07 +0000 |
commit | d8ee324e03e46ef3361a8ade3062034bc45795af (patch) | |
tree | 16db0d512972def0afb897cf289ac8ff65a6b389 /Build/source/texk/kpathsea/proginit.h | |
parent | 151106e752f349fac3ef91258cdf305c1cd6dc79 (diff) |
kpathsea 6.2.0dev
git-svn-id: svn://tug.org/texlive/trunk@30892 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/proginit.h')
-rw-r--r-- | Build/source/texk/kpathsea/proginit.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/proginit.h b/Build/source/texk/kpathsea/proginit.h index 27d8c4f4421..a917c6482f3 100644 --- a/Build/source/texk/kpathsea/proginit.h +++ b/Build/source/texk/kpathsea/proginit.h @@ -23,6 +23,10 @@ #include <kpathsea/types.h> +#ifdef __cplusplus +extern "C" { +#endif + /* Common initializations for DVI drivers -- check for `PREFIX'SIZES and `PREFIX'FONTS environment variables, setenv MAKETEX_MODE to MODE, etc., etc. See the source. */ @@ -37,4 +41,8 @@ kpse_init_prog (const_string prefix, unsigned dpi, const_string mode, const_string fallback); #endif +#ifdef __cplusplus +} +#endif + #endif /* not KPATHSEA_PROGINIT_H */ |