]> git.sur5r.net Git - openldap/commitdiff
Add ldap_memvfree(void** vector)
authorKurt Zeilenga <kurt@openldap.org>
Tue, 1 Jun 1999 19:02:10 +0000 (19:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 1 Jun 1999 19:02:10 +0000 (19:02 +0000)
include/ldap.h

index b08b97da4bf82e8d014d0e86c80b8b70e499e399..d1d5008bce4c16874c25aa49c58c2e3d17778aac 100644 (file)
@@ -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 ));