summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/pathsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/pathsearch.h')
-rw-r--r--Build/source/texk/kpathsea/pathsearch.h2
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 */