mavl_merge.
FossilOrigin-Name: c519583bd603b0d102b62d11259c6ac8eed73bfa4726f6964a01dca2ce3e518a
This commit is contained in:
parent
34389a53db
commit
a2469b79b3
@ -85,6 +85,8 @@ void *mavl_del(struct mavl *t, void *data);
|
||||
void *mavl_add(struct mavl *t, void *data);
|
||||
void * mavl_get(struct mavl *t ,void *data);
|
||||
struct mavlnode *mavl_get_node(struct mavl *t, void *data);
|
||||
void mavl_merge(mavl_t m, mavl_t t);
|
||||
|
||||
|
||||
extern int mavl_foreach_lr(struct mavlnode *n, int (*callback) (void *, void *),
|
||||
void *cbpriv);
|
||||
|
Loading…
Reference in New Issue
Block a user