summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tilde.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-15 09:27:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-15 09:27:07 +0000
commit05d7395ed18ddec8c4a339adb64708ba7a8c52d0 (patch)
treeac33c1c0c13e30a2ee53db5eb55f5768d6575ce5 /Build/source/texk/kpathsea/tilde.h
parent46a755637a029e18140bc635485f25020c276ef9 (diff)
somewhat reorganize libkpathsea internals
git-svn-id: svn://tug.org/texlive/trunk@17037 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tilde.h')
-rw-r--r--Build/source/texk/kpathsea/tilde.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/tilde.h b/Build/source/texk/kpathsea/tilde.h
index b769892564b..de95bb31bc6 100644
--- a/Build/source/texk/kpathsea/tilde.h
+++ b/Build/source/texk/kpathsea/tilde.h
@@ -27,11 +27,7 @@
getenv ('USERPROFILE") on Windows, or with NAME's home directory,
respectively. Excise trailing slashes. FILENAME may not be null. */
-extern string kpathsea_tilde_expand (kpathsea kpse, const_string filename);
-
-#if defined (KPSE_COMPAT_API)
-extern string kpse_tilde_expand (const_string filename);
-#endif
+extern string kpathsea_tilde_expand (kpathsea kpse, string filename);
#endif /* MAKE_KPSE_DLL */