Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/lib


Modified Files:
        Entrance_Edit.h entrance_edit.c 


Log Message:
Update to newer ecore_config api with const char* as config values. No more 
warnings or dirty tricks to boot! thnx kim.

===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/lib/Entrance_Edit.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Entrance_Edit.h     11 Aug 2006 16:33:24 -0000      1.1
+++ Entrance_Edit.h     17 Aug 2006 00:20:12 -0000      1.2
@@ -42,6 +42,6 @@
 int entrance_edit_int_set(const char*, int);
 
 char* entrance_edit_string_get(const char*);
-int entrance_edit_string_set(const char*, char*);
+int entrance_edit_string_set(const char*, const char*);
 
 #endif
===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/lib/entrance_edit.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- entrance_edit.c     11 Aug 2006 16:33:24 -0000      1.1
+++ entrance_edit.c     17 Aug 2006 00:20:12 -0000      1.2
@@ -157,7 +157,7 @@
 }
 
 int 
-entrance_edit_string_set(const char *key, char* val)
+entrance_edit_string_set(const char *key, const char* val)
 {
        return ecore_config_string_set(key, val);
 }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to