Skip to content
Snippets Groups Projects
Commit af7079d3 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

declare oc_bvfind_undef()

parent eedeba2f
No related branches found
No related tags found
No related merge requests found
......@@ -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 ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment