Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src/module


Modified Files:
        e_mod_main.c 


Log Message:
fix visibility warnings
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -3 -r1.105 -r1.106
--- e_mod_main.c        5 Jan 2006 22:25:46 -0000       1.105
+++ e_mod_main.c        8 Jan 2006 12:46:41 -0000       1.106
@@ -135,13 +135,13 @@
 E_App         *_engage_unmatched_app;
 
 /* public module routines. all modules must have these */
-E_Module_Api e_modapi =
+EAPI E_Module_Api e_modapi =
 {
     E_MODULE_API_VERSION,
     "Engage"
 };
 
-void *
+EAPI void *
 e_modapi_init(E_Module *m)
 {
    Engage *e;
@@ -152,7 +152,7 @@
    return e;
 }
 
-int
+EAPI int
 e_modapi_shutdown(E_Module *m)
 {
    Engage *e;
@@ -170,7 +170,7 @@
    return 1;
 }
 
-int
+EAPI int
 e_modapi_save(E_Module *m)
 {
    Engage *e;
@@ -180,14 +180,14 @@
    return 1;
 }
 
-int
+EAPI int
 e_modapi_info(E_Module *m)
 {
    m->icon_file = strdup(PACKAGE_LIB_DIR "/engage/module/module_icon.png");
    return 1;
 }
 
-int
+EAPI int
 e_modapi_about(E_Module *m)
 {
    e_module_dialog_show(_("Enlightenment Engage Module"),
@@ -198,7 +198,7 @@
    return 1;
 }
 
-int
+EAPI int
 e_modapi_config(E_Module *m)
 {
    Engage *e;




-------------------------------------------------------
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

Reply via email to