From 6d4bec0e385c830d33134c540b04adf42b57aebc Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 16 May 2012 07:44:41 +0000 Subject: kpathsea: reexport kpathsea_cnf_get() and install git-svn-id: svn://tug.org/texlive/trunk@26437 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/cnf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Build/source/texk/kpathsea/cnf.h') diff --git a/Build/source/texk/kpathsea/cnf.h b/Build/source/texk/kpathsea/cnf.h index 45f95f9aebf..4d653f4197e 100644 --- a/Build/source/texk/kpathsea/cnf.h +++ b/Build/source/texk/kpathsea/cnf.h @@ -19,8 +19,6 @@ #ifndef KPATHSEA_CNF_H #define KPATHSEA_CNF_H -#ifdef MAKE_KPSE_DLL /* libkpathsea internal only */ - #include #include @@ -28,8 +26,10 @@ On the first call, also read all the `texmf.cnf' files in the path for kpse_cnf_format (and initialize the path). */ -extern string kpathsea_cnf_get (kpathsea kpse, const_string name); +extern KPSEDLL string kpathsea_cnf_get (kpathsea kpse, const_string name); -#endif /* MAKE_KPSE_DLL */ +#if defined(KPSE_COMPAT_API) +extern KPSEDLL string kpse_cnf_get (const_string var); +#endif #endif /* not KPATHSEA_CNF_H */ -- cgit v1.2.3