From: Kurt Zeilenga Date: Tue, 2 Oct 2001 00:22:40 +0000 (+0000) Subject: Add prototype for ldap_dn_normalize() routine (to be implemented) X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1022 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=47cb9aff9a22b4e83ceb72e4de164ba0a9a53b5b;p=openldap Add prototype for ldap_dn_normalize() routine (to be implemented) --- diff --git a/include/ldap.h b/include/ldap.h index 72fca310ae..da9e59f78a 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -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 ));