LDAP_TF_SEMA_ALLOC_CALLBACK specifies the prototype for a callback function. If you define a function with this prototype and set it in the ldap_extra_thread_fns structure, your function will be called by your LDAP client when it needs to unlock a mutex.
The prototype specified by this data type is:
typedef void *(LDAP_C LDAP_CALLBACK
LDAP_TF_SEMA_ALLOC_CALLBACK)( void );
Last Updated: 10/01/98 17:05:28