Some work on WTP.
FossilOrigin-Name: 6ec1370311c5b83dc78adbfb75f8241e0916b171a9c0f939d24ec28ebdf908c8
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "mavl.h"
|
||||
|
||||
static void mavlnode_destroy(struct mavl *t, struct mavlnode *n)
|
||||
void mavlnode_destroy(struct mavl *t, struct mavlnode *n)
|
||||
{
|
||||
if (t->del) {
|
||||
t->del(n->data);
|
||||
|
||||
Reference in New Issue
Block a user