devilhorns pushed a commit to branch master.

commit b1a7691b9fd761cded28d44347bb68b10aa58cf5
Author: Chris Michael <[email protected]>
Date:   Thu Apr 11 08:35:29 2013 +0100

    Add missing EINTERN for init and shutdown functions.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 779b379..116409f 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -102,7 +102,7 @@ static Ecore_Idler *_module_idler = NULL;
 E_Wayland_Compositor *_e_wl_comp;
 
 /* external functions */
-Eina_Bool 
+EINTERN Eina_Bool 
 e_comp_wl_init(void)
 {
    int fd = 0;
@@ -238,7 +238,7 @@ err:
    return EINA_FALSE;
 }
 
-void 
+EINTERN void 
 e_comp_wl_shutdown(void)
 {
    E_Module *mod = NULL;

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to