From: Pierangelo Masarati Date: Thu, 17 Jan 2002 17:04:11 +0000 (+0000) Subject: publish dnParent() X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~93 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1ea0d20e820c237ed884776103a6fa2913c6e43f;p=openldap publish dnParent() --- diff --git a/servers/slapd/proto-slap.h b/servers/slapd/proto-slap.h index 346f3c3a86..592e697caf 100644 --- a/servers/slapd/proto-slap.h +++ b/servers/slapd/proto-slap.h @@ -401,6 +401,8 @@ LDAP_SLAPD_F (void) build_new_dn LDAP_P(( struct berval * parent_dn, struct berval * newrdn )); +LDAP_SLAPD_F (int) dnParent LDAP_P(( const char *dn, const char **pdn )); + #define SLAP_DN_MIGRATION #ifdef SLAP_DN_MIGRATION /* These routines are deprecated!!! */