mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
New ldap_syntax_free, ldap_attributetype_free and ldap_objectclass_free
that replace old static routines.
This commit is contained in:
parent
cb68aab469
commit
5e0f62e454
@ -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 ));
|
||||
|
Loading…
Reference in New Issue
Block a user