X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Favl_tree.h;h=e7dc2a02478c244f800e2f9de39cce6bf00d7911;hp=8007a516e0b97700343f1619dc6321ebff4e3c4e;hb=df3220a1549f992cbf4a9b6e67c1e67b69896c7d;hpb=42e01abd54bd36ee84a45a2b646cfa27034de8d1 diff --git a/lib/avl_tree.h b/lib/avl_tree.h index 8007a516..e7dc2a02 100644 --- a/lib/avl_tree.h +++ b/lib/avl_tree.h @@ -1,9 +1,9 @@ /* avl_tree.h -- header file for avl_tree.c Copyright (C) 1998 Michael H. Buselli - 2000-2003 Ivo Timmermans , - 2000-2003 Guus Sliepen - 2000-2003 Wessel Dankers + 2000-2005 Ivo Timmermans , + 2000-2005 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.h,v 1.1.2.10 2003/07/24 12:08:15 guus Exp $ + $Id$ */