aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/charsets.h')
-rw-r--r--epan/charsets.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/charsets.h b/epan/charsets.h
index 69b3fb3940..8b6f752b8b 100644
--- a/epan/charsets.h
+++ b/epan/charsets.h
@@ -62,6 +62,12 @@ extern const gunichar2 charset_table_iso_8859_14[0x80];
extern const gunichar2 charset_table_iso_8859_15[0x80];
extern const gunichar2 charset_table_iso_8859_16[0x80];
+/* Tables for Mac character sets */
+extern const gunichar2 charset_table_mac_roman[0x80];
+
+/* Tables for DOS code pages */
+extern const gunichar2 charset_table_cp437[0x80];
+
#ifdef __cplusplus
}
#endif /* __cplusplus */