From: Juan Gomez Date: Thu, 4 Mar 1999 00:35:45 +0000 (+0000) Subject: Added prototypes for rdn_attr_type() and rdn_attr_value(), which are X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~493 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=34861cd15b6f1d9027131275fd8fa3b763e8e2b9;p=openldap Added prototypes for rdn_attr_type() and rdn_attr_value(), which are utility functions added to support the modrdn v3 implementation. These parse and rdn of the form "attribute_type = attribute_value" returning "attribute_type" and "attribute_value" respectively. --- diff --git a/servers/slapd/proto-slap.h b/servers/slapd/proto-slap.h index 8fb59e2139..b3b1a9737a 100644 --- a/servers/slapd/proto-slap.h +++ b/servers/slapd/proto-slap.h @@ -123,6 +123,8 @@ char * dn_rdn LDAP_P(( Backend *be, char *dn )); int dn_issuffix LDAP_P(( char *dn, char *suffix )); int dn_type LDAP_P(( char *dn )); char * dn_upcase LDAP_P(( char *dn )); +char * rdn_attr_value LDAP_P(( char * rdn )); +char * rdn_attr_type LDAP_P(( char * rdn )); /* * entry.c