Added SILC Tree API, a generic binary search tree interface
authorPekka Riikonen <priikone@silcnet.org>
Thu, 3 Jul 2008 12:37:38 +0000 (15:37 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 3 Jul 2008 12:37:38 +0000 (15:37 +0300)
commita6428c51f8544ca92870eb573f8a7bc7d1e16d19
treec587c629ee0b51f2d5db6b7bfe7e0bf22d7e6ba2
parent0ec0cbbedc2ec9ab76aa1073b30572288441e9c9
Added SILC Tree API, a generic binary search tree interface

So far it supports only AVL tree but support for other types of trees
can be added easily.
doc/runtime.in/manual.html.in
lib/silcutil/Makefile.ad
lib/silcutil/silcavltree.c [new file with mode: 0644]
lib/silcutil/silcruntime.h.in
lib/silcutil/silctree.h [new file with mode: 0644]
lib/silcutil/silctree_i.h [new file with mode: 0644]
lib/silcutil/tests/Makefile.am
lib/silcutil/tests/test_silctree.c [new file with mode: 0644]