mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Added prototypes for ldap_rename2() and ldap_rename2_s(), which generate
a MODDN or MODRDN request depending on the newSuperior parameter.
This commit is contained in:
parent
728a1c6cd3
commit
e46c2e494e
1 changed files with 4 additions and 1 deletions
|
|
@ -723,7 +723,10 @@ LDAP_F int ldap_modrdn2 LDAP_P(( LDAP *ld, char *dn, char *newrdn,
|
|||
int deleteoldrdn ));
|
||||
LDAP_F int ldap_modrdn2_s LDAP_P(( LDAP *ld, char *dn, char *newrdn,
|
||||
int deleteoldrdn));
|
||||
|
||||
LDAP_F int ldap_rename2 LDAP_P(( LDAP *ld, char *dn, char *newrdn,
|
||||
int deleteoldrdn, char *newSuperior ));
|
||||
LDAP_F int ldap_rename2_s LDAP_P(( LDAP *ld, char *dn, char *newrdn,
|
||||
int deleteoldrdn, char *newSuperior));
|
||||
|
||||
/*
|
||||
* in open.c:
|
||||
|
|
|
|||
Loading…
Reference in a new issue