mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add prototype for ldap_dn_normalize() routine (to be implemented)
This commit is contained in:
parent
1c010c59a1
commit
47cb9aff9a
@ -1206,6 +1206,11 @@ ldap_dn2str LDAP_P((
|
||||
char **str,
|
||||
unsigned flags ));
|
||||
|
||||
LDAP_F( int )
|
||||
ldap_dn_normalize LDAP_P((
|
||||
LDAP_CONST char *in, unsigned iflags,
|
||||
char **out, unsigned oflags ));
|
||||
|
||||
LDAP_F( char * )
|
||||
ldap_dn2ufn LDAP_P(( /* deprecated */
|
||||
LDAP_CONST char *dn ));
|
||||
|
Loading…
Reference in New Issue
Block a user