Enlightenment CVS committal Author : devilhorns Project : e_modules Module : screenshot
Dir : e_modules/screenshot Modified Files: e_mod_config.h e_mod_config.c Log Message: Remove EAPI from function. Thanks Sebastian =================================================================== RCS file: /cvsroot/enlightenment/e_modules/screenshot/e_mod_config.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_mod_config.h 18 Dec 2005 06:18:07 -0000 1.2 +++ e_mod_config.h 8 Jan 2006 10:31:41 -0000 1.3 @@ -3,6 +3,6 @@ #ifndef E_MOD_CONFIG_H #define E_MOD_CONFIG_H #include "e_mod_main.h" -EAPI void _config_screenshot_module(E_Container *con, Screen *s); +void _config_screenshot_module(E_Container *con, Screen *s); #endif #endif =================================================================== RCS file: /cvsroot/enlightenment/e_modules/screenshot/e_mod_config.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- e_mod_config.c 8 Jan 2006 09:26:45 -0000 1.7 +++ e_mod_config.c 8 Jan 2006 10:31:41 -0000 1.8 @@ -59,7 +59,7 @@ static int _advanced_apply_data(E_Config_Dialog *cfd, CFData *cfdata); /* Config Calls */ -EAPI void +void _config_screenshot_module(E_Container *con, Screen *s) { E_Config_Dialog *cfd; ------------------------------------------------------- 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