X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=lib%2Favl_tree.c;h=27d5eec862e9583fb83e2ffab68d91a8e84b08ba;hb=2077451e07f93edc520cf5bc31815624a2b03fdd;hp=24f4a083fdc77a30c81a6c023b6813c303046cc9;hpb=6c5f3d8b74ffea1522a727ef189a5ba65a939e07;p=tinc diff --git a/lib/avl_tree.c b/lib/avl_tree.c index 24f4a083..27d5eec8 100644 --- a/lib/avl_tree.c +++ b/lib/avl_tree.c @@ -1,9 +1,9 @@ /* avl_tree.c -- avl_ tree and linked list convenience Copyright (C) 1998 Michael H. Buselli - 2000-2003 Ivo Timmermans , - 2000-2003 Guus Sliepen - 2000-2003 Wessel Dankers + 2000-2005 Ivo Timmermans, + 2000-2006 Guus Sliepen + 2000-2005 Wessel Dankers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,15 +21,15 @@ Original AVL tree library by Michael H. Buselli . - Modified 2000-11-28 by Wessel Dankers to use counts + Modified 2000-11-28 by Wessel Dankers to use counts instead of depths, to add the ->next and ->prev and to generally obfuscate the code. Mail me if you found a bug. Cleaned up and incorporated some of the ideas from the red-black tree - library for inclusion into tinc (http://tinc.nl.linux.org/) by - Guus Sliepen . + library for inclusion into tinc (http://www.tinc-vpn.org/) by + Guus Sliepen . - $Id: avl_tree.c,v 1.1.2.19 2003/08/28 21:05:09 guus Exp $ + $Id$ */ #include "system.h"