add prototype.

SVN revision: 36743
This commit is contained in:
Carsten Haitzler 2008-10-17 06:42:33 +00:00
parent 7428272b25
commit c74f8c820b
1 changed files with 1 additions and 0 deletions

View File

@ -1245,5 +1245,6 @@ void _edje_entry_text_markup_insert(Edje_Real_Part *rp, const char *text);
void _edje_entry_set_cursor_start(Edje_Real_Part *rp);
void _edje_entry_set_cursor_end(Edje_Real_Part *rp);
const Evas_List *_edje_entry_anchors_list(Edje_Real_Part *rp);
void _edje_entry_cursor_geometry_get(Edje_Real_Part *rp, Evas_Coord *cx, Evas_Coord *cy, Evas_Coord *cw, Evas_Coord *ch);
#endif