Enlightenment CVS committal Author : devilhorns Project : e_modules Module : tclock
Dir : e_modules/tclock Modified Files: e_mod_main.h Log Message: Following raster's commit frenzy. Make symbol hiding work =================================================================== RCS file: /cvsroot/enlightenment/e_modules/tclock/e_mod_main.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_mod_main.h 21 Dec 2005 10:36:04 -0000 1.2 +++ e_mod_main.h 27 Dec 2005 21:22:19 -0000 1.3 @@ -52,7 +52,7 @@ E_Gadman_Client *gmc; }TClock_Face; -extern E_Module_Api e_modapi; +EAPI extern E_Module_Api e_modapi; EAPI void *e_modapi_init (E_Module *m); EAPI int e_modapi_shutdown (E_Module *m); @@ -61,6 +61,6 @@ EAPI int e_modapi_about (E_Module *m); EAPI int e_modapi_config (E_Module *m); -EAPI void _tclock_cb_config_updated(void *data); +void _tclock_cb_config_updated(void *data); #endif ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs