mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Add ldap_memvfree(void** vector)
This commit is contained in:
parent
4ccab0d4df
commit
eab4a30a2e
1 changed files with 4 additions and 0 deletions
|
|
@ -1348,6 +1348,10 @@ LDAP_F( void )
|
|||
ldap_memfree LDAP_P((
|
||||
void* p ));
|
||||
|
||||
LDAP_F( void )
|
||||
ldap_memvfree LDAP_P((
|
||||
void** v ));
|
||||
|
||||
LDAP_F( void )
|
||||
ldap_getfilter_free LDAP_P((
|
||||
LDAPFiltDesc *lfdp ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue