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 e8f01cd..f490411 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -74,6 +74,11 @@ typedef struct {
} double_pinyin_scheme_yunmu_item_t;
typedef struct {
+ const char * m_input;
+ const char * m_yunmu;
+} double_pinyin_scheme_fallback_item_t;
+
+typedef struct {
const char m_input;
const char * m_chewing;
} chewing_symbol_item_t;