aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/charsets.h')
-rw-r--r--epan/charsets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/charsets.h b/epan/charsets.h
index 345c7bb99a..0764eac600 100644
--- a/epan/charsets.h
+++ b/epan/charsets.h
@@ -39,6 +39,9 @@ void EBCDIC_to_ASCII(guint8 *buf, guint bytes);
WS_DLL_PUBLIC
guint8 EBCDIC_to_ASCII1(guint8 c);
+/* Table for windows-1250 */
+extern const gunichar2 charset_table_cp1250[0x80];
+
#ifdef __cplusplus
}
#endif /* __cplusplus */