Add prototype for ldap_dn_normalize() routine (to be implemented)

This commit is contained in:
Kurt Zeilenga 2001-10-02 00:22:40 +00:00
parent 1c010c59a1
commit 47cb9aff9a

View File

@ -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 ));