seoz pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=e39f8674d3dc4a83ea3d9a122bcbdbc1b2e6eb8e

commit e39f8674d3dc4a83ea3d9a122bcbdbc1b2e6eb8e
Author: Daniel Juyung Seo <[email protected]>
Date:   Sat Mar 1 23:53:54 2014 +0900

    editor - added missing function declaration.
---
 src/include/edc_editor.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/include/edc_editor.h b/src/include/edc_editor.h
index e6c028b..a1c98de 100644
--- a/src/include/edc_editor.h
+++ b/src/include/edc_editor.h
@@ -12,5 +12,6 @@ void edit_new(edit_data* ed);
 void edit_view_sync_cb_set(edit_data *ed, void (*cb)(void *data, 
Eina_Stringshare *part_name, Eina_Stringshare *group_name), void *data);
 void edit_view_sync(edit_data *ed);
 void edit_font_size_update(edit_data *ed, Eina_Bool msg);
+void edit_search(edit_data *ed, const char *word);
 void edit_template_insert(edit_data *ed);
 void edit_template_part_insert(edit_data *ed, Edje_Part_Type type);

-- 


Reply via email to