summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/kpathsea/ChangeLog1
-rw-r--r--Build/source/texk/kpathsea/cnf.c4
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index e8d435d5b49..d0b3081258d 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,6 +1,7 @@
2008-05-05 Karl Berry <karl@tug.org>
* recorder.h: declare our fn variables extern as they should be.
+ * cnf.c: make the definitions here.
2008-05-04 Karl Berry <karl@tug.org>
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