Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/include/libast


Modified Files:
        array.h dlinked_list.h 


Log Message:
Wed Mar 10 17:58:14 2004                        Michael Jennings (mej)

Added array and dlinked_list implementations of the map interface.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/array.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- array.h     24 Jan 2004 19:51:54 -0000      1.9
+++ array.h     10 Mar 2004 22:50:21 -0000      1.10
@@ -38,5 +38,6 @@
 
 extern spif_listclass_t SPIF_LISTCLASS_VAR(array);
 extern spif_vectorclass_t SPIF_VECTORCLASS_VAR(array);
+extern spif_mapclass_t SPIF_MAPCLASS_VAR(array);
 
 #endif /* _LIBAST_ARRAY_H_ */
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/dlinked_list.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- dlinked_list.h      3 Feb 2004 23:16:59 -0000       1.11
+++ dlinked_list.h      10 Mar 2004 22:50:21 -0000      1.12
@@ -46,5 +46,6 @@
 
 extern spif_listclass_t SPIF_LISTCLASS_VAR(dlinked_list);
 extern spif_vectorclass_t SPIF_VECTORCLASS_VAR(dlinked_list);
+extern spif_mapclass_t SPIF_MAPCLASS_VAR(dlinked_list);
 
 #endif /* _LIBAST_DLINKED_LIST_H_ */




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to