summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/lib/lib.h')
-rw-r--r--Build/source/texk/web2c/lib/lib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/lib/lib.h b/Build/source/texk/web2c/lib/lib.h
index a4ff3a7e8c4..26b0017978c 100644
--- a/Build/source/texk/web2c/lib/lib.h
+++ b/Build/source/texk/web2c/lib/lib.h
@@ -39,11 +39,13 @@ extern boolean open_input (FILE **, int, const_string fopen_mode);
extern boolean open_output (FILE **, const_string fopen_mode);
extern void close_file (FILE *);
extern void recorder_change_filename (string);
-extern boolean recorder_enabled;
-extern string output_directory;
extern void recorder_record_input (const_string);
extern void recorder_record_output (const_string);
+extern string fullnameoffile;
+extern boolean recorder_enabled;
+extern string output_directory;
+
/* printversion.c */
extern void printversionandexit (const_string, const_string, const_string, char*);