summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index a19ddf2..3832bd3 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -68,6 +68,11 @@ typedef struct {
const char * m_yunmus[2];
} double_pinyin_scheme_yunmu_item_t;
+typedef struct {
+ const char m_input;
+ const char * m_chewing;
+} chewing_scheme_item_t;
+
typedef GArray * ChewingKeyVector;
typedef GArray * ChewingKeyRestVector;
typedef GArray * ParseValueVector;