]> git.sur5r.net Git - openldap/commitdiff
declare oc_bvfind_undef()
authorPierangelo Masarati <ando@openldap.org>
Wed, 8 Dec 2004 19:06:10 +0000 (19:06 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 8 Dec 2004 19:06:10 +0000 (19:06 +0000)
servers/slapd/proto-slap.h

index 58f7da40abb4a057e946a28e36a25e7699422716..31b64e6ce960811487a4e7944a70658981b1c237 100644 (file)
@@ -893,6 +893,8 @@ LDAP_SLAPD_F (ObjectClass *) oc_find LDAP_P((
        const char *ocname));
 LDAP_SLAPD_F (ObjectClass *) oc_bvfind LDAP_P((
        struct berval *ocname));
+LDAP_SLAPD_F (ObjectClass *) oc_bvfind_undef LDAP_P((
+       struct berval *ocname));
 LDAP_SLAPD_F (int) is_object_subclass LDAP_P((
        ObjectClass *sup,
        ObjectClass *sub ));