summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/lib/ChangeLog4
-rw-r--r--Build/source/texk/web2c/lib/lib.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog
index e2c07edff47..a73e50181f6 100644
--- a/Build/source/texk/web2c/lib/ChangeLog
+++ b/Build/source/texk/web2c/lib/ChangeLog
@@ -1,3 +1,7 @@
+2019-08-10 Andreas Scherer <https://ascherer.github.io>
+
+ * lib.h: add missing prototypes from 'openclose.c' and 'texmfmp.c'.
+
2019-08-09 Karl Berry <karl@freefriends.org>
* texmfmp.c (texmf_yesno): no longer static, since we call it
diff --git a/Build/source/texk/web2c/lib/lib.h b/Build/source/texk/web2c/lib/lib.h
index 31f423508c5..039218b7d12 100644
--- a/Build/source/texk/web2c/lib/lib.h
+++ b/Build/source/texk/web2c/lib/lib.h
@@ -37,6 +37,7 @@ extern void mainbody (void); /* generated by web2c */
/* openclose.c */
extern boolean open_input (FILE **, int, const_string fopen_mode);
extern boolean open_output (FILE **, const_string fopen_mode);
+extern boolean open_input_with_dirname (FILE **, int, const char *);
extern void close_file (FILE *);
extern void recorder_change_filename (string);
extern void recorder_record_input (const_string);
@@ -53,6 +54,9 @@ extern void printversionandexit (const_string, const_string, const_string, const
/* Set an array size from texmf.cnf. */
extern void setupboundvariable (integer *, const_string, integer);
+/* texmfmp.c */
+extern boolean texmf_yesno(const_string);
+
/* version.c */
extern const char *versionstring;