diff options
author | Peng Wu <alexepico@gmail.com> | 2011-12-20 17:29:11 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-12-20 17:29:11 +0800 |
commit | e0e72e33e5ef14c89e57685cdf5d44f0faddedb1 (patch) | |
tree | 654ed338fd552d57ca8b184aa2a41397088f7784 | |
parent | 8c969628a1b800de07340130abf3ef0ac6e3d042 (diff) | |
download | libpinyin-e0e72e33e5ef14c89e57685cdf5d44f0faddedb1.tar.gz libpinyin-e0e72e33e5ef14c89e57685cdf5d44f0faddedb1.tar.xz libpinyin-e0e72e33e5ef14c89e57685cdf5d44f0faddedb1.zip |
fixes pinyin.h
-rw-r--r-- | src/pinyin.h | 3 |
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" |