Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/include


Modified Files:
        eina_inlist.h eina_private.h 


Log Message:
Cleanup headers.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/include/eina_inlist.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- eina_inlist.h       1 Aug 2008 15:44:53 -0000       1.4
+++ eina_inlist.h       6 Aug 2008 15:41:47 -0000       1.5
@@ -25,8 +25,6 @@
 EAPI void * eina_inlist_remove(void *in_list, void *in_item);
 EAPI void * eina_inlist_find(void *in_list, void *in_item);
 
-//typedef Eina_Bool (*Eina_Iterator_Func)(Eina_Inlist *l, void *data);
-
 #define EINA_INLIST_ITER_NEXT(list, l) for (l = (void*)(Eina_Inlist *)list; l; 
l = (void*)((Eina_Inlist *)l)->next)
 #define EINA_INLIST_ITER_LAST(list, l) for (l = (void*)((Eina_Inlist 
*)list)->last; l; l = (void*)((Eina_Inlist *)l)->prev)
 
===================================================================
RCS file: /cvs/e/e17/proto/eina/src/include/eina_private.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- eina_private.h      1 Aug 2008 14:24:41 -0000       1.5
+++ eina_private.h      6 Aug 2008 15:41:47 -0000       1.6
@@ -79,9 +79,9 @@
 
 
 extern int    _eina_fps_debug;
-
 /* old code finish */
-/* mp */
+
+/* Memory Pool */
 typedef struct _Eina_Mempool_Backend
 {
    void *(*init)(const char *context, const char *options, va_list args);



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to