summaryrefslogtreecommitdiffstats
path: root/src/pinyin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinyin.cpp')
-rw-r--r--src/pinyin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pinyin.cpp b/src/pinyin.cpp
index 4bc000a..fb43394 100644
--- a/src/pinyin.cpp
+++ b/src/pinyin.cpp
@@ -377,5 +377,7 @@ bool pinyin_reset(pinyin_context_t * context){
* Note: prefix is the text before the pre-edit string.
* bool pinyin_get_guessed_sentence_with_prefix(...);
* bool pinyin_get_candidates_with_prefix(...);
+ * bool phrase_segment(...);
+ * bool pinyin_clear_constraint(...);
* For context-dependent order of the candidates list.
*/