mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Added lutil_detach()
This commit is contained in:
parent
07354ef9c2
commit
71eef8a424
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ LDAP_BEGIN_DECL
|
|||
|
||||
LDAP_F int b64_ntop LDAP_P((u_char const *, size_t, char *, size_t));
|
||||
LDAP_F int b64_pton LDAP_P((char const *, u_char *, size_t));
|
||||
LDAP_F void lutil_detach LDAP_P((int debug, int do_close));
|
||||
|
||||
LDAP_END_DECL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue