Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e_modules

Dir     : e17/apps/e_modules/src/modules/weather


Modified Files:
        e_mod_main.c e_mod_main.h 


Log Message:
New api check.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/weather/e_mod_main.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_mod_main.c        2 Sep 2005 23:50:50 -0000       1.21
+++ e_mod_main.c        23 Sep 2005 17:36:47 -0000      1.22
@@ -61,6 +61,12 @@
 static E_Config_DD *conf_edd;
 static E_Config_DD *conf_face_edd;
 
+E_Module_Api e_module_api =
+{
+   E_MODULE_API_VERSION,
+   "Weather"
+};
+
 void *
 e_modapi_init(E_Module *module)
 {
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/weather/e_mod_main.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_main.h        14 Sep 2005 20:20:34 -0000      1.8
+++ e_mod_main.h        23 Sep 2005 17:36:47 -0000      1.9
@@ -89,6 +89,8 @@
    E_Gadman_Client *gmc;
 };
 
+extern E_Module_Api e_module_api;
+
 EAPI void *e_modapi_init(E_Module *m);
 EAPI int   e_modapi_shutdown(E_Module *m);
 EAPI int   e_modapi_save(E_Module *m);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to