Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/file


Modified Files:
        evas_module.c evas_path.c 


Log Message:
a bunch of constness fixes

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/file/evas_module.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- evas_module.c       4 May 2007 08:18:07 -0000       1.23
+++ evas_module.c       6 May 2007 11:29:37 -0000       1.24
@@ -95,7 +95,7 @@
 static Evas_List *evas_module_paths = NULL;
 
 static void
-_evas_module_path_append(Evas_Module_Type type, char *path, char *subdir)
+_evas_module_path_append(Evas_Module_Type type, char *path, const char *subdir)
 {
    Evas_Module_Path *mp;
    char *buf;
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/file/evas_path.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- evas_path.c 28 Oct 2006 03:02:21 -0000      1.13
+++ evas_path.c 6 May 2007 11:29:37 -0000       1.14
@@ -77,7 +77,7 @@
 }
 
 Evas_List *
-evas_file_path_list(char *path, char *match, int match_case)
+evas_file_path_list(char *path, const char *match, int match_case)
 {
    Evas_List *files = NULL;
    DIR *dir;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to