Enlightenment CVS committal Author : cedric Project : e17 Module : proto/eina
Dir : e17/proto/eina/src/include Modified Files: eina_inlist.h Log Message: Fix namespace. =================================================================== RCS file: /cvs/e/e17/proto/eina/src/include/eina_inlist.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- eina_inlist.h 30 Jul 2008 13:35:49 -0000 1.2 +++ eina_inlist.h 31 Jul 2008 14:58:23 -0000 1.3 @@ -27,8 +27,8 @@ //typedef Eina_Bool (*Eina_Iterator_Func)(Eina_Inlist *l, void *data); -#define EINA_ITER_NEXT(list, l) for (l = (Eina_Inlist *)list; l; l = l->next) -#define EINA_ITER_LAST(list, l) for (l = ((Eina_Inlist *)list)->last; l; l = l->prev) +#define EINA_INLIST_ITER_NEXT(list, l) for (l = (Eina_Inlist *)list; l; l = l->next) +#define EINA_INLIST_ITER_LAST(list, l) for (l = ((Eina_Inlist *)list)->last; l; l = l->prev) /** @} */ ------------------------------------------------------------------------- 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