--- include/ldap_pvt_thread.h 2008/02/11 21:36:19 1.51.2.7 +++ include/ldap_pvt_thread.h 2008/02/11 22:22:14 1.51.2.8 @@ -1,5 +1,5 @@ /* ldap_pvt_thread.h - ldap threads header file */ -/* $OpenLDAP: pkg/ldap/include/ldap_pvt_thread.h,v 1.51.2.6 2007/11/07 20:58:37 quanah Exp $ */ +/* $OpenLDAP: pkg/ldap/include/ldap_pvt_thread.h,v 1.51.2.7 2008/02/11 21:36:19 quanah Exp $ */ /* This work is part of OpenLDAP Software . * * Copyright 1998-2007 The OpenLDAP Foundation. @@ -268,7 +268,7 @@ ldap_pvt_thread_pool_getkey LDAP_P(( ldap_pvt_thread_pool_keyfree_t **kfree )); LDAP_F( int ) -ldap_pvt_thread_pool_setkey_x LDAP_P(( +ldap_pvt_thread_pool_setkey LDAP_P(( void *ctx, void *key, void *data, @@ -276,9 +276,6 @@ ldap_pvt_thread_pool_setkey_x LDAP_P(( void **olddatap, ldap_pvt_thread_pool_keyfree_t **oldkfreep )); -#define ldap_pvt_thread_pool_setkey( ctx, key, data, kfree ) \ - ldap_pvt_thread_pool_setkey_x( (ctx), (key), (data), (kfree), NULL, NULL ) - LDAP_F( void ) ldap_pvt_thread_pool_purgekey LDAP_P(( void *key ));