naviframe - missed delcaring the prototype in head of the file.

This commit is contained in:
ChunEon Park 2013-03-08 21:15:29 +09:00
parent 7e575bab38
commit 059c0f7252
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
static const char SIG_CLICKED[] = "clicked";
static void _on_item_back_btn_clicked(void *data, Evas_Object *obj, void *event_info __UNUSED__);
static void
_item_content_del_cb(void *data,
Evas *e __UNUSED__,