search - added missed header file.

This commit is contained in:
ChunEon Park 2014-02-28 01:06:37 +09:00
parent c4b685bdbe
commit 8835f7117c
1 changed files with 2 additions and 0 deletions

2
src/include/search.h Normal file
View File

@ -0,0 +1,2 @@
search_data *
search_word(search_data *sd, Evas_Object *entry, const char *word, Eina_Bool *found);