diff options
Diffstat (limited to 'Build/source/texk/kpathsea/db.h')
-rw-r--r-- | Build/source/texk/kpathsea/db.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/db.h b/Build/source/texk/kpathsea/db.h index 76dcb220e72..968f2b0da64 100644 --- a/Build/source/texk/kpathsea/db.h +++ b/Build/source/texk/kpathsea/db.h @@ -35,7 +35,7 @@ extern void kpathsea_init_db (kpathsea kpse); databases can be read, or PATH_ELT is not in any of the databases, return NULL. */ -extern str_list_type *kpathsea_db_search (kpathsea kpse, const_string name, +extern str_list_type *kpathsea_db_search (kpathsea kpse, const_string name, const_string path_elt, boolean all); extern str_list_type *kpathsea_db_search_list (kpathsea kpse, @@ -55,7 +55,7 @@ extern KPSEDLL void kpathsea_db_insert (kpathsea kpse, const_string fname); extern void kpse_init_db (void); -extern str_list_type *kpse_db_search (const_string name, +extern str_list_type *kpse_db_search (const_string name, const_string path_elt, boolean all); extern str_list_type *kpse_db_search_list (const_string* names, |