diff options
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 */ |