Enlightenment CVS committal Author : kwo Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/bin Modified Files: ecore_config.c Log Message: Add some static's. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/bin/ecore_config.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- ecore_config.c 28 Oct 2006 11:41:53 -0000 1.11 +++ ecore_config.c 5 Nov 2006 13:08:37 -0000 1.12 @@ -14,7 +14,7 @@ #include "ecore_config_private.h" // strcmp for paths - for sorting folders before files -int +static int pathcmp(const char *s1, const char *s2) { char *s1d, *s2d; @@ -43,7 +43,7 @@ return strcmp(s1, s2); } -int +static int del(const char *key) { Ecore_Config_Prop *e; @@ -54,7 +54,7 @@ return 0; } -int +static int get(const char *key) { Ecore_Config_Prop *e; @@ -103,7 +103,7 @@ return 0; } -int +static int list(const char *file) { char *key; @@ -141,7 +141,7 @@ return 0; } -void +static void usage_and_exit(const char *prog, int ret, const char *msg) { if (msg) fprintf(stderr, "%s\n\n", msg); ------------------------------------------------------------------------- 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