summaryrefslogtreecommitdiff
path: root/codecs_iso2022.h
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-07 16:27:41 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-07 16:27:41 +0800
commit16001b547a8f27aceb1691efb3e07ab9c3af0030 (patch)
tree9f804667053a6a4ea3e10aac11ae6c9f2cb5af87 /codecs_iso2022.h
Initial commit of uniconv
Diffstat (limited to 'codecs_iso2022.h')
-rw-r--r--codecs_iso2022.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/codecs_iso2022.h b/codecs_iso2022.h
new file mode 100644
index 0000000..328ded3
--- /dev/null
+++ b/codecs_iso2022.h
@@ -0,0 +1,9 @@
+#ifndef CODECS_ISO2022_H
+#define CODECS_ISO2022_H
+
+#include "multibytecodec.h"
+
+extern const struct dbcs_map *iso2022_mapping_list;
+extern const MultibyteCodec *iso2022_codec_list;
+
+#endif