X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Favl.h;h=e583c40d6cf45c5dce51d571d0807644a0226636;hb=6d1ca0a769e5efca37b30fb4cffee669c2b04ad3;hp=05315377c0544e0ded177b7db212957bde92811b;hpb=ced7671e5e3f15ee2b9e7ae68b6e9030a266a2a6;p=openldap diff --git a/include/avl.h b/include/avl.h index 05315377c0..e583c40d6c 100644 --- a/include/avl.h +++ b/include/avl.h @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2006 The OpenLDAP Foundation. + * Copyright 1998-2007 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -134,6 +134,9 @@ tavl_find LDAP_P((Avlnode *, const void*, AVL_CMP)); LDAP_AVL_F( Avlnode* ) tavl_find2 LDAP_P((Avlnode *, const void*, AVL_CMP)); +LDAP_AVL_F( Avlnode* ) +tavl_find3 LDAP_P((Avlnode *, const void*, AVL_CMP, int *ret)); + #define TAVL_DIR_LEFT 0 #define TAVL_DIR_RIGHT 1