diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-12-13 11:20:26 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-12-13 11:20:26 +0000 |
commit | 98b38818d5618fce1e1cf6e95a924e206249eb42 (patch) | |
tree | fe9f1689584277105855987d376ca8692490bfdb /Build/source/texk/kpathsea/pathsearch.h | |
parent | 98b3e920b0a94a24517b8ccede04d1a9a3cc9c3f (diff) |
kpathsea: Resolve remaining const related problems
web2c, ptexenc: Adapt
git-svn-id: svn://tug.org/texlive/trunk@28521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/pathsearch.h')
-rw-r--r-- | Build/source/texk/kpathsea/pathsearch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/pathsearch.h b/Build/source/texk/kpathsea/pathsearch.h index 5cac02666d0..d54d019e262 100644 --- a/Build/source/texk/kpathsea/pathsearch.h +++ b/Build/source/texk/kpathsea/pathsearch.h @@ -92,7 +92,7 @@ extern KPSEDLL string *kpathsea_all_path_search /* Search for any of the NAMES in PATH, and allow specifying both MUST_EXIST and ALL. */ extern string *kpathsea_path_search_list_generic (kpathsea kpse, - const_string path, const_string* names, boolean must_exist, boolean all); + const_string path, string* names, boolean must_exist, boolean all); #endif /* MAKE_KPSE_DLL */ |