summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tilde.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/tilde.h')
-rw-r--r--Build/source/texk/kpathsea/tilde.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/tilde.h b/Build/source/texk/kpathsea/tilde.h
index 25ff260a933..abf64ffa447 100644
--- a/Build/source/texk/kpathsea/tilde.h
+++ b/Build/source/texk/kpathsea/tilde.h
@@ -26,6 +26,10 @@
getenv ('USERPROFILE") on Windows, or with NAME's home directory,
respectively. Excise trailing slashes. FILENAME may not be null. */
-extern string kpse_tilde_expand P1H(const_string filename);
+extern string kpathsea_tilde_expand (kpathsea kpse, const_string filename);
+
+#if defined (KPSE_COMPAT_API)
+extern string kpse_tilde_expand (const_string filename);
+#endif
#endif /* not KPATHSEA_TILDE_H */