summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/db.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-13 11:20:26 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-13 11:20:26 +0000
commit98b38818d5618fce1e1cf6e95a924e206249eb42 (patch)
treefe9f1689584277105855987d376ca8692490bfdb /Build/source/texk/kpathsea/db.h
parent98b3e920b0a94a24517b8ccede04d1a9a3cc9c3f (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/db.h')
-rw-r--r--Build/source/texk/kpathsea/db.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/db.h b/Build/source/texk/kpathsea/db.h
index 8c06cb85edc..b77b1f04b0c 100644
--- a/Build/source/texk/kpathsea/db.h
+++ b/Build/source/texk/kpathsea/db.h
@@ -38,8 +38,9 @@ extern void kpathsea_init_db (kpathsea kpse);
extern str_list_type *kpathsea_db_search (kpathsea kpse, const_string name,
const_string path_elt, boolean all);
+/* Note: NAMES[i] is not modified. */
extern str_list_type *kpathsea_db_search_list (kpathsea kpse,
- const_string* names,
+ string* names,
const_string path_elt,
boolean all);