From: Luke Howard Date: Sun, 23 May 2004 12:47:49 +0000 (+0000) Subject: more prototypes X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~338 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5333e8b110054fecf9c100aab0c50540221aeb90;p=openldap more prototypes --- diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index 727a4999e5..21b68f775c 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -73,6 +73,8 @@ char *slapi_dn_beparent( Slapi_PBlock *pb, const char *dn ); char *slapi_dn_parent( const char *dn ); int slapi_dn_isparent( const char *parentdn, const char *childdn ); char *slapi_dn_ignore_case( char *dn ); +int slapi_rdn2typeval( char *rdn, char **type, struct berval *bv ); +char *slapi_dn_plus_rdn(const char *dn, const char *rdn); /* DS 5.x SLAPI */ int slapi_access_allowed( Slapi_PBlock *pb, Slapi_Entry *e, char *attr, struct berval *val, int access );