提交 699b573b 编写于 作者: A Alex Duan

fix(all): fixed coverity scan problems for second submiting1

上级 39c800da
......@@ -78,7 +78,7 @@ bool insertWord(STire* tire, char* word);
bool deleteWord(STire* tire, char* word);
// match prefix words, if match is not NULL , put all item to match and return match
SMatch* matchPrefix(STire* tire, char* prefix, SMatch* match);
void matchPrefix(STire* tire, char* prefix, SMatch* match);
// get all items from tires tree
SMatch* enumAll(STire* tire);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册