summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/default.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-16 15:13:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-16 15:13:07 +0000
commite967e0cc978d647040ac5616d389e9007d593464 (patch)
tree1f33ce27a77473b2e90b549d42399b73d4123497 /Build/source/texk/kpathsea/default.h
parent49f1fb6887627cdb7cf524aaef9b92108c894381 (diff)
new reentrant kpathsea API (from Taco)
git-svn-id: svn://tug.org/texlive/trunk@12401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/default.h')
-rw-r--r--Build/source/texk/kpathsea/default.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/default.h b/Build/source/texk/kpathsea/default.h
index 75013828bb3..2b3e0efea7b 100644
--- a/Build/source/texk/kpathsea/default.h
+++ b/Build/source/texk/kpathsea/default.h
@@ -26,6 +26,11 @@
no extra colons, return PATH. Only one extra colon is replaced.
DFLT may not be NULL. The result is always in new memory. */
-extern string kpse_expand_default P2H(const_string path, const_string dflt);
+extern string kpathsea_expand_default (kpathsea kpse, const_string path,
+ const_string dflt);
+
+#if defined(KPSE_COMPAT_API)
+extern string kpse_expand_default (const_string path, const_string dflt);
+#endif
#endif /* not KPATHSEA_DEFAULT_H */