diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:26:52 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:26:52 +0000 |
commit | e6a9c88ada2f11dd61e4c4e39dff84944bed5787 (patch) | |
tree | fc83368bc46443e81c90a00e6864dd335a38f48e /Build/source/texk/kpathsea/version.h | |
parent | 522d28cda597706bae8ff7308c71f17901457300 (diff) |
towards TL2010: texk/kpathsea
git-svn-id: svn://tug.org/texlive/trunk@15963 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/version.h')
-rw-r--r-- | Build/source/texk/kpathsea/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/version.h b/Build/source/texk/kpathsea/version.h index 0ae078ee939..03f255abf77 100644 --- a/Build/source/texk/kpathsea/version.h +++ b/Build/source/texk/kpathsea/version.h @@ -21,8 +21,8 @@ #include <kpathsea/c-proto.h> #include <kpathsea/types.h> -extern KPSEDLL char *kpathsea_version_string; +extern KPSEDLL const char *kpathsea_version_string; -extern KPSEDLL char *kpathsea_bug_address; +extern KPSEDLL const char *kpathsea_bug_address; #endif /* not KPATHSEA_VERSION_H */ |