Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_strings.c 


Log Message:
Use const for ecore_strings.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_strings.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ecore_strings.c     27 Nov 2005 08:00:39 -0000      1.9
+++ ecore_strings.c     6 Dec 2005 03:44:47 -0000       1.10
@@ -41,7 +41,7 @@
  *          @c NULL on failure.
  * @ingroup Ecore_String_Group
  */
-char *ecore_string_instance(char *string)
+const char *ecore_string_instance(char *string)
 {
        Ecore_String *str;
 
@@ -78,7 +78,7 @@
  * @param   string The given string.
  * @ingroup Ecore_String_Group
  */
-void ecore_string_release(char *string)
+void ecore_string_release(const char *string)
 {
        Ecore_String *str;
 




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