ucx/avl.h

changeset 196
1b4cdafef2eb
parent 194
0c1b7676e74c
child 199
e25dc68336ec
     1.1 --- a/ucx/avl.h	Mon May 18 12:54:18 2015 +0200
     1.2 +++ b/ucx/avl.h	Mon May 18 18:39:19 2015 +0200
     1.3 @@ -134,6 +134,12 @@
     1.4  UcxAVLTree *ucx_avl_new_a(cmp_func cmpfunc, UcxAllocator *allocator);
     1.5  
     1.6  /**
     1.7 + * Destroys an UcxAVLTree.
     1.8 + * @param tree the tree to destroy
     1.9 + */
    1.10 +void ucx_avl_free(UcxAVLTree *tree);
    1.11 +
    1.12 +/**
    1.13   * Macro for initializing a new UcxAVLTree with the default allocator and a
    1.14   * ucx_ptrcmp() compare function.
    1.15   * 

mercurial