Enlightenment CVS committal

Author  : kiwi
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_actions.c e_actions.h 


Log Message:
fix some warnings, mostly missing "void" when a function has no parameters

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_actions.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -3 -r1.101 -r1.102
--- e_actions.c 10 May 2007 13:15:08 -0000      1.101
+++ e_actions.c 27 Jun 2007 10:57:53 -0000      1.102
@@ -2480,7 +2480,7 @@
 }
 
 EAPI void
-e_action_predef_name_all_del()
+e_action_predef_name_all_del(void)
 {
    E_Action_Group *actg = NULL;
    E_Action_Description *actd = NULL;
@@ -2511,7 +2511,7 @@
 }
 
 EAPI Evas_List *
-e_action_groups_get()
+e_action_groups_get(void)
 {
    return action_groups;
 }
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_actions.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_actions.h 11 Oct 2006 12:14:45 -0000      1.13
+++ e_actions.h 27 Jun 2007 10:57:54 -0000      1.14
@@ -56,8 +56,8 @@
 
 EAPI void       e_action_predef_name_set(const char *act_grp, const char 
*act_name, const char *act_cmd, const char *act_params, const char 
*param_example, int editable); 
 EAPI void       e_action_predef_name_del(const char *act_grp, const char 
*act_name);
-EAPI void       e_action_predef_name_all_del();
-EAPI Evas_List  *e_action_groups_get();
+EAPI void       e_action_predef_name_all_del(void);
+EAPI Evas_List  *e_action_groups_get(void);
 
 #endif
 #endif



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to