summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pinyin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pinyin.h b/src/pinyin.h
index e11e8e3..3c53356 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -106,6 +106,9 @@ bool pinyin_reset(pinyin_instance_t * instance);
/* hack here. */
typedef ChewingKey PinyinKey;
typedef ChewingKeyRest PinyinKeyPos;
+typedef ChewingKeyVector PinyinKeyVector;
+typedef ChewingKeyRestVector PinyinKeyPosVector;
+
#define LIBPINYIN_FORMAT_VERSION "0.4.91"