Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : libs/ecore

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


Modified Files:
        Ecore_Ipc.h ecore_ipc.c 


Log Message:
Add missing prototypes, associated cleanups.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_ipc/Ecore_Ipc.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Ecore_Ipc.h 25 Nov 2004 05:17:17 -0000      1.5
+++ Ecore_Ipc.h 4 Mar 2005 19:29:39 -0000       1.6
@@ -104,7 +104,7 @@
    EAPI int               ecore_ipc_shutdown(void);
    
    /* FIXME: need to add protocol type parameter */
-   EAPI Ecore_Ipc_Server *ecore_ipc_server_add(Ecore_Ipc_Type type, char 
*name, int port, const void *data);
+   EAPI Ecore_Ipc_Server *ecore_ipc_server_add(Ecore_Ipc_Type type, const char 
*name, int port, const void *data);
    
    /* FIXME: need to add protocol type parameter */
    EAPI Ecore_Ipc_Server *ecore_ipc_server_connect(Ecore_Ipc_Type type, char 
*name, int port, const void *data);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_ipc/ecore_ipc.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ecore_ipc.c 2 Mar 2005 07:06:42 -0000       1.16
+++ ecore_ipc.c 4 Mar 2005 19:29:39 -0000       1.17
@@ -271,7 +271,7 @@
  * @todo    Need to add protocol type parameter to this function.
  */
 Ecore_Ipc_Server *
-ecore_ipc_server_add(Ecore_Ipc_Type compl_type, char *name, int port, const 
void *data)
+ecore_ipc_server_add(Ecore_Ipc_Type compl_type, const char *name, int port, 
const void *data)
 {
    Ecore_Ipc_Server *svr;
    Ecore_Ipc_Type type;




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to