From 92cf63cd066cd3522330a0648c86b13a8f1193c4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 5 May 2008 18:44:23 +0000 Subject: declar function variables extern git-svn-id: svn://tug.org/texlive/trunk@7872 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/recorder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/kpathsea/recorder.h') diff --git a/Build/source/texk/kpathsea/recorder.h b/Build/source/texk/kpathsea/recorder.h index 7d1ee4e9bc1..392a82c14b1 100644 --- a/Build/source/texk/kpathsea/recorder.h +++ b/Build/source/texk/kpathsea/recorder.h @@ -21,7 +21,7 @@ /* These variables are set by web2c and are used to record filenames for its filename -recorder option. This way they can also be used for files opened by kpathsea, e.g., texmf.cnf */ -void (*kpse_record_input) (const_string); -void (*kpse_record_output) (const_string); +extern void (*kpse_record_input) (const_string); +extern void (*kpse_record_output) (const_string); #endif /* not KPATHSEA_RECORDER_H */ -- cgit v1.2.3