From 12945004f628199019fa94ac85d052947806036a Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 2 Sep 2009 22:04:37 +0000 Subject: [PATCH] EAPI, again :-) Please, compile with -fvisibility=hidden, you'll get these errors and benefit from reasonably faster load of E17. Except by ETK, whole EFL is able to be compiled with this flag, so I'd recommend using it in general. SVN revision: 42192 --- src/modules/everything/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/everything/e_mod_main.c b/src/modules/everything/e_mod_main.c index 898d58c2d..fef41679f 100644 --- a/src/modules/everything/e_mod_main.c +++ b/src/modules/everything/e_mod_main.c @@ -26,7 +26,7 @@ static Eina_Array *plugins = NULL; static E_Config_DD *conf_edd = NULL; static E_Config_DD *conf_item_edd = NULL; -Config *evry_conf = NULL; +EAPI Config *evry_conf = NULL; /* module setup */