From 1ea0d20e820c237ed884776103a6fa2913c6e43f Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 17 Jan 2002 17:04:11 +0000 Subject: [PATCH] publish dnParent() --- 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 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!!! */ -- 2.39.5