]> git.sur5r.net Git - openldap/commitdiff
Add prototype for ldap_dn_normalize() routine (to be implemented)
authorKurt Zeilenga <kurt@openldap.org>
Tue, 2 Oct 2001 00:22:40 +0000 (00:22 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 2 Oct 2001 00:22:40 +0000 (00:22 +0000)
include/ldap.h

index 72fca310ae08f011fdc53bfca68beb0dca98300e..da9e59f78a746f311841f047a9d1492790db5302 100644 (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 ));