diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-07-01 15:42:36 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-07-01 15:42:36 +0000 |
commit | 6552be7f745c5a8d506148c8af9d367c9d996d24 (patch) | |
tree | b9d673871a1490b64273a265d4d961316a2174db /Build/source/texk/xdvik/encodings.h | |
parent | 48e2b240973977c208bc840b589b75b91a6f4c30 (diff) |
xdvik 22.84.14
git-svn-id: svn://tug.org/texlive/trunk@9142 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/encodings.h')
-rw-r--r-- | Build/source/texk/xdvik/encodings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/texk/xdvik/encodings.h b/Build/source/texk/xdvik/encodings.h index 180692c6690..e4b3741a96d 100644 --- a/Build/source/texk/xdvik/encodings.h +++ b/Build/source/texk/xdvik/encodings.h @@ -52,7 +52,6 @@ extern void iso_8859_1_to_utf8(unsigned char iso_8859_1, char *utf8, size_t *len extern int str_iso_8859_1_to_utf8(const char *latin1, char *utf8, size_t len); extern Boolean is_hyphenchar(uint32_t unicode); extern Boolean is_ideograph(uint32_t unicode); -extern void close_iconv(void); #endif /* ENCODINGS_H_ */ |