Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore Modified Files: Ecore_Data.h ecore_strings.c Log Message: - make this const =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/Ecore_Data.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- Ecore_Data.h 6 Sep 2006 07:06:55 -0000 1.22 +++ Ecore_Data.h 27 Oct 2006 03:52:28 -0000 1.23 @@ -355,7 +355,7 @@ EAPI int ecore_string_init(void); EAPI void ecore_string_shutdown(void); - EAPI const char *ecore_string_instance(char *string); + EAPI const char *ecore_string_instance(const char *string); EAPI void ecore_string_release(const char *string); =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_strings.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- ecore_strings.c 23 Jun 2006 06:42:09 -0000 1.13 +++ ecore_strings.c 27 Oct 2006 03:52:28 -0000 1.14 @@ -44,7 +44,7 @@ * @ingroup Ecore_String_Group */ EAPI const char * -ecore_string_instance(char *string) +ecore_string_instance(const char *string) { Ecore_String *str; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs