Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e16keyedit

Dir     : e16/e16keyedit


Modified Files:
        ipc.c ipc.h 


Log Message:
Constify.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e16keyedit/ipc.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ipc.c       18 Mar 2006 10:23:33 -0000      1.5
+++ ipc.c       18 Mar 2006 15:12:39 -0000      1.6
@@ -65,7 +65,7 @@
 }
 
 void
-CommsSend(gchar * s)
+CommsSend(const gchar * s)
 {
    gchar               ss[21];
    int                 i, j, k, len;
===================================================================
RCS file: /cvsroot/enlightenment/e16/e16keyedit/ipc.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ipc.h       18 Mar 2006 10:23:33 -0000      1.2
+++ ipc.h       18 Mar 2006 15:12:39 -0000      1.3
@@ -1,5 +1,5 @@
 gint                CommsInit(void (*msg_receive_func) (gchar * msg));
-void                CommsSend(gchar * s);
+void                CommsSend(const gchar * s);
 
 gchar               in_init;
 gint                gdk_error_warnings;




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to