mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
Added prototypes for rdn_attr_type() and rdn_attr_value(), which are
utility functions added to support the modrdn v3 implementation. These parse and rdn of the form "attribute_type = attribute_value" returning "attribute_type" and "attribute_value" respectively.
This commit is contained in:
parent
943cfaf41a
commit
34861cd15b
1 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ char * dn_rdn LDAP_P(( Backend *be, char *dn ));
|
|||
int dn_issuffix LDAP_P(( char *dn, char *suffix ));
|
||||
int dn_type LDAP_P(( char *dn ));
|
||||
char * dn_upcase LDAP_P(( char *dn ));
|
||||
char * rdn_attr_value LDAP_P(( char * rdn ));
|
||||
char * rdn_attr_type LDAP_P(( char * rdn ));
|
||||
|
||||
/*
|
||||
* entry.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue