Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: E.h lists.c Log Message: Trivial stuff. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v retrieving revision 1.494 retrieving revision 1.495 diff -u -3 -r1.494 -r1.495 --- E.h 25 Sep 2005 00:50:52 -0000 1.494 +++ E.h 25 Sep 2005 13:24:25 -0000 1.495 @@ -333,7 +333,6 @@ typedef struct _textclass TextClass; typedef struct _action Action; typedef struct _actionclass ActionClass; -typedef struct _list List; typedef struct { =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/lists.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- lists.c 30 Jun 2005 12:50:45 -0000 1.18 +++ lists.c 25 Sep 2005 13:24:25 -0000 1.19 @@ -22,14 +22,14 @@ */ #include "E.h" -struct _list +typedef struct _list { char *name; int id; void *item; struct _list *next; -}; +} List; static List *lists; ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs