Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_con


Modified Files:
        Ecore_Con.h ecore_con.c 


Log Message:
Add some const's.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/Ecore_Con.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- Ecore_Con.h 26 Sep 2007 17:18:52 -0000      1.30
+++ Ecore_Con.h 21 Oct 2007 15:16:14 -0000      1.31
@@ -175,7 +175,7 @@
    EAPI char             *ecore_con_server_ip_get(Ecore_Con_Server *svr);
    EAPI void              ecore_con_server_flush(Ecore_Con_Server *svr);
    
-   EAPI int               ecore_con_client_send(Ecore_Con_Client *cl, void 
*data, int size);
+   EAPI int               ecore_con_client_send(Ecore_Con_Client *cl, const 
void *data, int size);
    EAPI Ecore_Con_Server *ecore_con_client_server_get(Ecore_Con_Client *cl);
    EAPI void             *ecore_con_client_del(Ecore_Con_Client *cl);
    EAPI void              ecore_con_client_data_set(Ecore_Con_Client *cl, 
const void *data);
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/ecore_con.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -3 -r1.86 -r1.87
--- ecore_con.c 26 Aug 2007 11:17:21 -0000      1.86
+++ ecore_con.c 21 Oct 2007 15:16:14 -0000      1.87
@@ -773,7 +773,7 @@
  * @ingroup Ecore_Con_Client_Group
  */
 EAPI int
-ecore_con_client_send(Ecore_Con_Client *cl, void *data, int size)
+ecore_con_client_send(Ecore_Con_Client *cl, const void *data, int size)
 {
    if (!ECORE_MAGIC_CHECK(cl, ECORE_MAGIC_CON_CLIENT))
      {



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to