From f892a6cbbe64d64fbd7c8cdca282323829379398 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 17 Oct 2015 16:06:37 +0000 Subject: [PATCH] Removed some commts. FossilOrigin-Name: cd1521784301300c61e6c207b62759530fe27cb42103af18c3e0addd61647bd3 --- src/capwap/mavl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);