Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/ecore

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


Modified Files:
        Ecore_File.h ecore_file.c 


Log Message:
- char * to const char *
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/Ecore_File.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- Ecore_File.h        23 Oct 2005 23:21:29 -0000      1.17
+++ Ecore_File.h        31 Oct 2005 09:14:41 -0000      1.18
@@ -61,7 +61,7 @@
    EAPI int         ecore_file_mv           (const char *src, const char *dst);
    EAPI char       *ecore_file_realpath     (const char *file);
    EAPI int         ecore_file_unlink       (const char *file);
-   EAPI char       *ecore_file_get_file     (char *path);
+   EAPI const char *ecore_file_get_file     (const char *path);
    EAPI char       *ecore_file_get_dir      (char *path);
 
    EAPI int         ecore_file_can_exec     (const char *file);
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/ecore_file.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- ecore_file.c        24 Oct 2005 10:06:11 -0000      1.37
+++ ecore_file.c        31 Oct 2005 09:14:41 -0000      1.38
@@ -212,8 +212,8 @@
    return strdup(buf);
 }
 
-char *
-ecore_file_get_file(char *path)
+const char *
+ecore_file_get_file(const char *path)
 {
    char *result = NULL;
 




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to