From 34861cd15b6f1d9027131275fd8fa3b763e8e2b9 Mon Sep 17 00:00:00 2001 From: Juan Gomez Date: Thu, 4 Mar 1999 00:35:45 +0000 Subject: [PATCH] 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. --- servers/slapd/proto-slap.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5