Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore Modified Files: Ecore_Data.h Log Message: Use const for ecore_string. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/Ecore_Data.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- Ecore_Data.h 27 Nov 2005 08:00:39 -0000 1.17 +++ Ecore_Data.h 6 Dec 2005 03:44:26 -0000 1.18 @@ -421,8 +421,8 @@ int ecore_string_init(void); void ecore_string_shutdown(void); - char *ecore_string_instance(char *string); - void ecore_string_release(char *string); + const char *ecore_string_instance(char *string); + void ecore_string_release(const char *string); typedef struct _Ecore_Tree_Node Ecore_Tree_Node; ------------------------------------------------------- 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