Add missing EINTERN for init and shutdown functions.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-11 08:35:29 +01:00
parent 757e477275
commit b1a7691b9f
1 changed files with 2 additions and 2 deletions

View File

@ -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;