declare xwayland functions prior to using them
authorMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 24 Nov 2015 20:46:10 +0000 (15:46 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 24 Nov 2015 20:46:10 +0000 (15:46 -0500)
 #CompileFail

src/modules/xwayland/e_mod_main.c

index eed026d5fc002fe0b4039de317f757315dd68118..5f28e1e2ee6b4cf8dd90650e5e431f3d308a762a 100644 (file)
@@ -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;