From 7cd34c7db28627f5eabab94059e56965e3bf8727 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 Nov 2011 14:42:38 +0800 Subject: begin to write gen double pinyin header --- src/storage/pinyin_parser2.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/storage/pinyin_parser2.h') diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h index e0b43ea..a19ddf2 100644 --- a/src/storage/pinyin_parser2.h +++ b/src/storage/pinyin_parser2.h @@ -60,6 +60,13 @@ typedef struct { guint32 m_new_freq; } resplit_table_item_t; +typedef struct { + const char * m_shengmu; +} double_pinyin_scheme_shengmu_item_t; + +typedef struct { + const char * m_yunmus[2]; +} double_pinyin_scheme_yunmu_item_t; typedef GArray * ChewingKeyVector; typedef GArray * ChewingKeyRestVector; -- cgit