summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinyin.h')
-rw-r--r--src/pinyin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pinyin.h b/src/pinyin.h
index 2ac1001..7b3bacb 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -77,9 +77,9 @@ bool pinyin_parse_more_doubles(pinyin_context_t * context,
bool pinyin_parse_chewing(pinyin_context_t * context,
const char * onechewing,
PinyinKey * onekey);
-bool pinyin_parse_more_chewing(pinyin_context_t * context,
- const char * chewings,
- PinyinKeyVector * pinyin_keys);
+bool pinyin_parse_more_chewings(pinyin_context_t * context,
+ const char * chewings,
+ PinyinKeyVector pinyin_keys);
bool pinyin_get_candidates(pinyin_context_t * context,
size_t offset,