diff options
Diffstat (limited to 'Build/source/texk/kpathsea/db.h')
-rw-r--r-- | Build/source/texk/kpathsea/db.h | 3 |
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); |