1 #ifndef ACL_BTREE_INCLUDE_H 2 #define ACL_BTREE_INCLUDE_H 76 unsigned int cur_key,
unsigned int *next_key);
ACL_API ACL_BTREE * acl_btree_create(void)
ACL_API void * acl_btree_find(ACL_BTREE *tree, unsigned int key)
ACL_API int acl_btree_get_next_key(ACL_BTREE *tree, unsigned int cur_key, unsigned int *next_key)
ACL_API void acl_btree_dump(ACL_BTREE *b)
ACL_API int acl_btree_add(ACL_BTREE *tree, unsigned int key, void *data)
ACL_API void * acl_btree_remove(ACL_BTREE *tree, unsigned int key)
ACL_API int acl_btree_destroy(ACL_BTREE *tree)
struct ACL_BTREE ACL_BTREE
ACL_API int acl_btree_get_max_key(ACL_BTREE *tree, unsigned int *key)
ACL_API int acl_btree_depth(ACL_BTREE *tree)
ACL_API int acl_btree_get_min_key(ACL_BTREE *tree, unsigned int *key)