]> git.sur5r.net Git - openldap/commitdiff
New ldap_syntax_free, ldap_attributetype_free and ldap_objectclass_free
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Sun, 13 Jun 1999 23:31:35 +0000 (23:31 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Sun, 13 Jun 1999 23:31:35 +0000 (23:31 +0000)
that replace old static routines.

include/ldap_schema.h

index b24cb594fca7e3a3b5fedc22f03dc9eac17e10de..3068ce0fd9f95e2c799bd01b3acdbae2fd9e50e4 100644 (file)
@@ -78,6 +78,9 @@ typedef struct ldap_objectclass {
 #define LDAP_SCHEMA_STRUCTURAL                 1
 #define LDAP_SCHEMA_AUXILIARY                  2
 
+LDAP_F(void) ldap_syntax_free LDAP_P(( LDAP_SYNTAX * syn ));
+LDAP_F(void) ldap_attributetype_free LDAP_P(( LDAP_ATTRIBUTE_TYPE * at ));
+LDAP_F(void) ldap_objectclass_free LDAP_P(( LDAP_OBJECT_CLASS * oc ));
 LDAP_F(LDAP_OBJECT_CLASS *) ldap_str2objectclass LDAP_P(( char * s, int * code, char ** errp ));
 LDAP_F(LDAP_ATTRIBUTE_TYPE *) ldap_str2attributetype LDAP_P(( char * s, int * code, char ** errp ));
 LDAP_F(LDAP_SYNTAX *) ldap_str2syntax LDAP_P(( char * s, int * code, char ** errp ));