discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=913e04bda71918f0d529e22833e4df2d5ac2aa78

commit 913e04bda71918f0d529e22833e4df2d5ac2aa78
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Nov 24 15:46:10 2015 -0500

    declare xwayland functions prior to using them
    
     #CompileFail
---
 src/modules/xwayland/e_mod_main.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/modules/xwayland/e_mod_main.c 
b/src/modules/xwayland/e_mod_main.c
index eed026d..5f28e1e 100644
--- a/src/modules/xwayland/e_mod_main.c
+++ b/src/modules/xwayland/e_mod_main.c
@@ -8,6 +8,9 @@
 
 EINTERN void dnd_init(void);
 EINTERN void dnd_shutdown(void);
+E_API int e_modapi_shutdown(E_Module *m EINA_UNUSED);
+
+E_API void *e_modapi_init(E_Module *m);
 
 /* local structures */
 typedef struct _E_XWayland_Server E_XWayland_Server;

-- 


Reply via email to