summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/cnf.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-05 21:45:10 +0000
committerKarl Berry <karl@freefriends.org>2008-05-05 21:45:10 +0000
commit70e722e594f0b4c5b33cb3e5aab196f9ccba6529 (patch)
tree8b9dfb851c64ea999465cdf22166fbb79b627975 /Build/source/texk/kpathsea/cnf.c
parent210b2ad0e255c3439cc889cf45cfe28cc908416c (diff)
define recorder variables
git-svn-id: svn://tug.org/texlive/trunk@7879 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/cnf.c')
-rw-r--r--Build/source/texk/kpathsea/cnf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/cnf.c b/Build/source/texk/kpathsea/cnf.c
index 4ac5451fd8c..c0555b06d70 100644
--- a/Build/source/texk/kpathsea/cnf.c
+++ b/Build/source/texk/kpathsea/cnf.c
@@ -31,6 +31,10 @@
#include <kpathsea/tex-file.h>
#include <kpathsea/variable.h>
+/* Declared in recorder.h, used in fontmap.c, web2c/lib/texmfmp.c. */
+void (*kpse_record_input) (const_string);
+void (*kpse_record_output) (const_string);
+
/* By using our own hash table, instead of the environment, we
complicate variable expansion (because we have to look in two
places), but we don't bang so much on the system. DOS and System V