diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-10 09:48:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-10 09:48:04 +0000 |
commit | a849488fd6c6ab60c6b927fd43e04691a2634f00 (patch) | |
tree | 8c018110479a4c3016bc7217564d320890dd4e95 /Build/source/texk/kpathsea/fontmap.h | |
parent | e59c06f29ee429a76948d050f6c56081e031c755 (diff) |
kpathsea: more const
git-svn-id: svn://tug.org/texlive/trunk@18187 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/fontmap.h')
-rw-r--r-- | Build/source/texk/kpathsea/fontmap.h | 6 |
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 */ |