Skip to content
Snippets Groups Projects
Commit 47cb9aff authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent 1c010c59
No related branches found
No related tags found
No related merge requests found
......@@ -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 ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment