summaryrefslogtreecommitdiff
path: root/include/smartsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/smartsearch.h')
-rwxr-xr-xinclude/smartsearch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/smartsearch.h b/include/smartsearch.h
index 1d71c60..34e19f0 100755
--- a/include/smartsearch.h
+++ b/include/smartsearch.h
@@ -103,7 +103,8 @@ struct appdata {
search_more_result cate_info[SEARCH_TYPE_PHONE_MAX];
- char search_word[MAX_SEARCH_WORD_SIZE];
+ char *search_word;
+ char *not_markup_search_word;
int back_btn_type;