hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=8835f7117cebf1a311e924224c5d775194a5f9b0
commit 8835f7117cebf1a311e924224c5d775194a5f9b0 Author: ChunEon Park <[email protected]> Date: Fri Feb 28 01:06:37 2014 +0900 search - added missed header file. --- src/include/search.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/search.h b/src/include/search.h new file mode 100644 index 0000000..a1aba51 --- /dev/null +++ b/src/include/search.h @@ -0,0 +1,2 @@ +search_data * +search_word(search_data *sd, Evas_Object *entry, const char *word, Eina_Bool *found); --
