Enlightenment CVS committal Author : mej Project : eterm Module : libast
Dir : eterm/libast/include/libast Modified Files: dlinked_list.h linked_list.h Log Message: Wed Nov 19 17:39:01 2003 Michael Jennings (mej) Added linked_list and dlinked_list implementations of the vector interface. Added iterator functionality for linked_list and dlinked_list. Added unit tests for the above. =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/dlinked_list.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- dlinked_list.h 30 Oct 2003 23:13:53 -0000 1.7 +++ dlinked_list.h 19 Nov 2003 22:39:57 -0000 1.8 @@ -43,4 +43,6 @@ }; extern spif_listclass_t SPIF_LISTCLASS_VAR(dlinked_list); +extern spif_vectorclass_t SPIF_VECTORCLASS_VAR(dlinked_list); + #endif /* _LIBAST_DLINKED_LIST_H_ */ =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/linked_list.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- linked_list.h 30 Oct 2003 23:13:53 -0000 1.8 +++ linked_list.h 19 Nov 2003 22:39:57 -0000 1.9 @@ -47,4 +47,6 @@ }; extern spif_listclass_t SPIF_LISTCLASS_VAR(linked_list); +extern spif_vectorclass_t SPIF_VECTORCLASS_VAR(linked_list); + #endif /* _LIBAST_LINKED_LIST_H_ */ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs