From 4d189c8270143d56b82ba22ad314cfa933fc1d98 Mon Sep 17 00:00:00 2001 From: sebastid Date: Sun, 23 Oct 2005 11:57:09 +0000 Subject: [PATCH] Declare functions. SVN revision: 17806 --- src/bin/e_fileman_smart.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_fileman_smart.h b/src/bin/e_fileman_smart.h index ed0e46769..944c9dbf9 100644 --- a/src/bin/e_fileman_smart.h +++ b/src/bin/e_fileman_smart.h @@ -29,7 +29,8 @@ struct _E_Fm_Assoc_App char *app; }; - +EAPI int e_fm_init(void); +EAPI int e_fm_shutdown(void); EAPI Evas_Object *e_fm_add(Evas *evas); EAPI void e_fm_dir_set(Evas_Object *object, const char *dir); EAPI char *e_fm_dir_get(Evas_Object *object);