summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/lib.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-19 16:55:12 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-19 16:55:12 +0000
commit63968cc776e4e694f1b6da85d56f414b761c8d4c (patch)
tree9bd253197db41b467922c5bd08896f1f17da9ff6 /Build/source/texk/web2c/lib/lib.h
parentee7b98d544bf9697c5d13956d9f3ce16775f337c (diff)
build system: move extern decls to headers
git-svn-id: svn://tug.org/texlive/trunk@17924 c570f23f-e606-0410-a88d-b1316a301751
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*);