This commit is contained in:
Alex Yatskov 2016-10-30 13:59:49 -07:00
parent f18a4b1601
commit 0d7849f6d5

View File

@ -144,6 +144,10 @@ void eb_unset_subbook(EB_Book *book);
int eb_have_word_search(EB_Book *book); int eb_have_word_search(EB_Book *book);
EB_Error_Code eb_search_word(EB_Book *book, const char *input_word); EB_Error_Code eb_search_word(EB_Book *book, const char *input_word);
/* all.c */
int eb_have_all_search(EB_Book *book);
EB_Error_Code eb_search_all(EB_Book* book, const char input_word[]);
/* for backward compatibility */ /* for backward compatibility */
#define eb_suspend eb_unset_subbook #define eb_suspend eb_unset_subbook
#define eb_initialize_all_subbooks eb_load_all_subbooks #define eb_initialize_all_subbooks eb_load_all_subbooks