Skip to content
Snippets Groups Projects
Commit eab4a30a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add ldap_memvfree(void** vector)

parent 4ccab0d4
No related branches found
No related tags found
No related merge requests found
......@@ -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 ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment