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/absolute.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/kpathsea/absolute.h') diff --git a/Build/source/texk/kpathsea/absolute.h b/Build/source/texk/kpathsea/absolute.h index 54a44778d78..85c07a15fca 100644 --- a/Build/source/texk/kpathsea/absolute.h +++ b/Build/source/texk/kpathsea/absolute.h @@ -26,6 +26,10 @@ /* True if FILENAME is absolute (/foo) or, if RELATIVE_OK is true, explicitly relative (./foo, ../foo), else false (foo). */ -extern KPSEDLL boolean kpse_absolute_p P2H(const_string filename, boolean relative_ok); +extern KPSEDLL boolean kpathsea_absolute_p (kpathsea kpse, const_string filename, boolean relative_ok); + +#if defined(KPSE_COMPAT_API) +extern KPSEDLL boolean kpse_absolute_p (const_string filename, boolean relative_ok); +#endif #endif /* not KPATHSEA_ABSOLUTE_H */ -- cgit v1.2.3