mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
declare oc_bvfind_undef()
This commit is contained in:
parent
eedeba2f29
commit
af7079d32b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue