aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/charsets.h')
-rw-r--r--epan/charsets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/charsets.h b/epan/charsets.h
index 19ea1676c4..3e076ec91a 100644
--- a/epan/charsets.h
+++ b/epan/charsets.h
@@ -50,6 +50,7 @@ extern const gunichar2 charset_table_cp1250[0x80];
/* Tables for ISO-8859-X */
extern const gunichar2 charset_table_iso_8859_2[0x80];
+extern const gunichar2 charset_table_iso_8859_5[0x80];
#ifdef __cplusplus
}