summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/db.h')
-rw-r--r--Build/source/texk/kpathsea/db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/db.h b/Build/source/texk/kpathsea/db.h
index d5ddb3d6200..8c06cb85edc 100644
--- a/Build/source/texk/kpathsea/db.h
+++ b/Build/source/texk/kpathsea/db.h
@@ -44,8 +44,8 @@ extern str_list_type *kpathsea_db_search_list (kpathsea kpse,
boolean all);
/* Insert the filename FNAME into the database.
- Called by mktexpk et al. */
-extern KPSEDLL void kpathsea_db_insert (kpathsea kpse, const_string fname);
+ Called by mktex() in tex-make.c. */
+extern void kpathsea_db_insert (kpathsea kpse, const_string fname);
#endif /* MAKE_KPSE_DLL */