From b1a7691b9fd761cded28d44347bb68b10aa58cf5 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 11 Apr 2013 08:35:29 +0100 Subject: [PATCH] Add missing EINTERN for init and shutdown functions. Signed-off-by: Chris Michael --- 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 779b3794c..116409f6b 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;