Enlightenment CVS committal Author : kwo Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_config Modified Files: Ecore_Config.h ecore_config_ipc_main.c ecore_config_private.h Log Message: Fix warnings. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_config/Ecore_Config.h,v retrieving revision 1.53 retrieving revision 1.54 diff -u -3 -r1.53 -r1.54 --- Ecore_Config.h 16 Aug 2006 17:40:08 -0000 1.53 +++ Ecore_Config.h 5 Nov 2006 14:19:56 -0000 1.54 @@ -189,6 +189,7 @@ EAPI int ecore_config_struct_default(const char *key); EAPI int ecore_config_struct_int_add(const char *key, const char *name, int val); EAPI int ecore_config_struct_float_add(const char *key, const char *name, float val); + EAPI int ecore_config_struct_create(const char *key); EAPI int ecore_config_struct_string_add(const char *key, const char *name, const char* val); EAPI int ecore_config_struct_theme_add(const char *key, const char *name, const char* val); EAPI int ecore_config_struct_argb_add(const char *key, const char *name, int a, int r, int g, int b); =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_config/ecore_config_ipc_main.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ecore_config_ipc_main.c 6 Jan 2006 18:26:36 -0000 1.9 +++ ecore_config_ipc_main.c 5 Nov 2006 14:19:56 -0000 1.10 @@ -21,10 +21,6 @@ static Ecore_Config_Server *__ecore_config_servers; Ecore_Timer *ipc_timer = NULL; -extern int _ecore_config_ipc_ecore_init(const char *pipe_name, void **data); -extern int _ecore_config_ipc_ecore_exit(void **data); -extern int _ecore_config_ipc_ecore_poll(void **data); - Ecore_Config_Server * _ecore_config_server_convert(void *srv) { @@ -213,7 +209,7 @@ } static int -_ecore_config_ipc_poll(void *data) +_ecore_config_ipc_poll(void *data __UNUSED__) { Ecore_Config_Server *s; =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_config/ecore_config_private.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- ecore_config_private.h 31 Jan 2006 11:05:47 -0000 1.11 +++ ecore_config_private.h 5 Nov 2006 14:19:56 -0000 1.12 @@ -35,6 +35,10 @@ float _ecore_config_float_get(Ecore_Config_Prop *e); char *_ecore_config_theme_get(Ecore_Config_Prop *e); +int _ecore_config_ipc_ecore_init(const char *pipe_name, void **data); +int _ecore_config_ipc_ecore_exit(void **data); +int _ecore_config_ipc_ecore_poll(void **data); + #include "ecore_private.h" #endif ------------------------------------------------------------------------- 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