diff --git a/src/capwap/mavl.h b/src/capwap/mavl.h index ca7e6b84..8eca0c5e 100644 --- a/src/capwap/mavl.h +++ b/src/capwap/mavl.h @@ -13,7 +13,6 @@ You should have received a copy of the GNU General Public License along with Foobar. If not, see . - */ /** @@ -74,11 +73,10 @@ struct mavl { typedef struct mavl * mavl_t; -//extern void mavlnode_destroy(struct mavl *t, struct mavlnode *n); struct mavl *mavl_create(int (*cmp) (const void *, const void *), void (*del) (void *)); -//void mavl_destroy(struct mavl *t); + void mavlnode_destroy(struct mavl *t, struct mavlnode *n); void mavl_del_all(struct mavl *t);