]> git.sur5r.net Git - openldap/commitdiff
Added prototypes for rdn_attr_type() and rdn_attr_value(), which are
authorJuan Gomez <gomez@openldap.org>
Thu, 4 Mar 1999 00:35:45 +0000 (00:35 +0000)
committerJuan Gomez <gomez@openldap.org>
Thu, 4 Mar 1999 00:35:45 +0000 (00:35 +0000)
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.

servers/slapd/proto-slap.h

index 8fb59e21398f6a0431a07c65f5077976aa0f1514..b3b1a9737a48d202b3b94b22c3865b7de965b900 100644 (file)
@@ -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