Enlightenment CVS committal Author : doursse Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_file Modified Files: Ecore_File.h ecore_file.c Log Message: const char * here =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/Ecore_File.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- Ecore_File.h 19 Jan 2006 09:32:18 -0000 1.24 +++ Ecore_File.h 20 Jan 2006 09:13:19 -0000 1.25 @@ -68,7 +68,7 @@ EAPI char *ecore_file_realpath (const char *file); EAPI int ecore_file_unlink (const char *file); EAPI const char *ecore_file_get_file (const char *path); - EAPI char *ecore_file_get_dir (char *path); + EAPI char *ecore_file_get_dir (const char *path); EAPI int ecore_file_can_read (const char *file); EAPI int ecore_file_can_write (const char *file); =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/ecore_file.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -3 -r1.44 -r1.45 --- ecore_file.c 6 Jan 2006 18:46:30 -0000 1.44 +++ ecore_file.c 20 Jan 2006 09:13:19 -0000 1.45 @@ -241,7 +241,7 @@ } EAPI char * -ecore_file_get_dir(char *file) +ecore_file_get_dir(const char *file) { char *p; char buf[PATH_MAX]; ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs