From e967e0cc978d647040ac5616d389e9007d593464 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 16 Mar 2009 15:13:07 +0000 Subject: new reentrant kpathsea API (from Taco) git-svn-id: svn://tug.org/texlive/trunk@12401 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/proginit.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/kpathsea/proginit.h') diff --git a/Build/source/texk/kpathsea/proginit.h b/Build/source/texk/kpathsea/proginit.h index 8cf66affc6d..c6b8a8e657e 100644 --- a/Build/source/texk/kpathsea/proginit.h +++ b/Build/source/texk/kpathsea/proginit.h @@ -28,7 +28,13 @@ etc., etc. See the source. */ extern KPSEDLL void -kpse_init_prog P4H(const_string prefix, unsigned dpi, const_string mode, - const_string fallback); +kpathsea_init_prog (kpathsea kpse, const_string prefix, unsigned dpi, + const_string mode, const_string fallback); + +#if defined (KPSE_COMPAT_API) +extern KPSEDLL void +kpse_init_prog (const_string prefix, unsigned dpi, const_string mode, + const_string fallback); +#endif #endif /* not KPATHSEA_PROGINIT_H */ -- cgit v1.2.3