src/utils_avltree.[ch]: Changed the interface to return the key upon deletion.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 25 Nov 2006 10:21:19 +0000 (11:21 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 25 Nov 2006 10:21:19 +0000 (11:21 +0100)
commit6b95d15beca00fb69dd4eaceeb101ea49f9fcb04
tree3c8689098c94a0ed416f79e2a330fb2793ac2d30
parentd72bf69c0a8405aa185a005be67689b7fbd373b5
src/utils_avltree.[ch]: Changed the interface to return the key upon deletion.

The idea behind this is, that the calling routing may not have a pointer to
it's location, and possibly can't deallocate the memory.
src/utils_avltree.c
src/utils_avltree.h