app/file_mgr: update missed function delcares.

This commit is contained in:
ChunEon Park 2014-11-01 18:31:27 +09:00
parent 859d38c7f0
commit 22a39f2d47
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
Eina_Bool file_mgr_warning_is_opened(void);
void file_mgr_warning_close(void);
void file_mgr_warning_open(void);
void file_mgr_init(Evas_Object *enventor);
void file_mgr_term(void);
int file_mgr_edc_modified_get(void);
void file_mgr_reset(void);