Removed some commts.

FossilOrigin-Name: cd1521784301300c61e6c207b62759530fe27cb42103af18c3e0addd61647bd3
This commit is contained in:
7u83@mail.ru 2015-10-17 16:06:37 +00:00
parent b618b23a29
commit f892a6cbbe
1 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,6 @@
You should have received a copy of the GNU General Public License
along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*/
/**
@ -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);