From 0d7849f6d5c1b5e9651aab20e0ae0ab638fb9b40 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 30 Oct 2016 13:59:49 -0700 Subject: [PATCH] WIP --- eb/eb.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eb/eb.h b/eb/eb.h index 9adf57a..1e159ef 100644 --- a/eb/eb.h +++ b/eb/eb.h @@ -144,6 +144,10 @@ void eb_unset_subbook(EB_Book *book); int eb_have_word_search(EB_Book *book); 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 */ #define eb_suspend eb_unset_subbook #define eb_initialize_all_subbooks eb_load_all_subbooks