summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/fontmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/fontmap.h')
-rw-r--r--Build/source/texk/kpathsea/fontmap.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/fontmap.h b/Build/source/texk/kpathsea/fontmap.h
index 2f7e21fc3fd..c0a7f74b571 100644
--- a/Build/source/texk/kpathsea/fontmap.h
+++ b/Build/source/texk/kpathsea/fontmap.h
@@ -26,11 +26,7 @@
/* Look up KEY in all texfonts.map's in the glyph_format path, and
return a null-terminated list of all matching entries, or NULL. */
-extern string *kpathsea_fontmap_lookup (kpathsea kpse, const_string key);
-
-#if defined (KPSE_COMPAT_API)
-extern string *kpse_fontmap_lookup (const_string key);
-#endif
+extern const_string *kpathsea_fontmap_lookup (kpathsea kpse, const_string key);
#endif /* MAKE_KPSE_DLL */