Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        Eet.h eet_lib.c 


Log Message:


tillies consts! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/src/lib/Eet.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- Eet.h       2 Dec 2004 04:25:25 -0000       1.18
+++ Eet.h       17 Jan 2005 08:27:23 -0000      1.19
@@ -131,7 +131,7 @@
     * }
     * @endcode
     */   
-   EAPI Eet_File *eet_open  (char *file, Eet_File_Mode mode);
+   EAPI Eet_File *eet_open  (const char *file, Eet_File_Mode mode);
    
    /**
     * Close an eet file handle and flush and writes pending.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/src/lib/eet_lib.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- eet_lib.c   12 Jan 2005 19:59:11 -0000      1.25
+++ eet_lib.c   17 Jan 2005 08:27:23 -0000      1.26
@@ -343,7 +343,7 @@
 }
 
 Eet_File *
-eet_open(char *file, Eet_File_Mode mode)
+eet_open(const char *file, Eet_File_Mode mode)
 {
    Eet_File *ef;
    char buf[PATH_MAX];




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to