--- include/ldap_pvt_thread.h 2003/01/03 19:20:50 1.37 +++ include/ldap_pvt_thread.h 2003/01/24 05:49:43 1.38 @@ -1,4 +1,4 @@ -/* $OpenLDAP: pkg/ldap/include/ldap_pvt_thread.h,v 1.36 2002/12/11 03:35:05 hyc Exp $ */ +/* $OpenLDAP: pkg/ldap/include/ldap_pvt_thread.h,v 1.37 2003/01/03 19:20:50 kurt Exp $ */ /* * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. @@ -97,6 +97,9 @@ ldap_pvt_thread_mutex_trylock LDAP_P(( l LDAP_F( int ) ldap_pvt_thread_mutex_unlock LDAP_P(( ldap_pvt_thread_mutex_t *mutex )); +LDAP_F( ldap_pvt_thread_t ) +ldap_pvt_thread_self LDAP_P(( void )); + #ifndef LDAP_THREAD_HAVE_RDWR typedef struct ldap_int_thread_rdwr_s * ldap_pvt_thread_rdwr_t; #endif @@ -184,6 +187,10 @@ ldap_pvt_thread_pool_setkey LDAP_P(( void *data, ldap_pvt_thread_pool_keyfree_t *kfree )); +LDAP_F( void *) +ldap_pvt_thread_pool_context LDAP_P(( + ldap_pvt_thread_pool_t *pool )); + LDAP_END_DECL #endif /* _LDAP_THREAD_H */