]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/proto-back-ldbm.h
Add a default case with assert() just in case.
[openldap] / servers / slapd / back-ldbm / proto-back-ldbm.h
index a449f6aff291bb41873cd271753cc104505a2af1..b20c300618a677092aca9e13c7edc534707d324e 100644 (file)
@@ -139,6 +139,11 @@ ID idl_nextid LDAP_P(( ID_BLOCK *idl, ID *cursor ));
  * index.c
  */
 extern int
+index_is_indexed LDAP_P((
+       Backend *be,
+       AttributeDescription *desc ));
+
+extern int
 index_param LDAP_P((
        Backend *be,
        AttributeDescription *desc,
@@ -151,7 +156,7 @@ extern int
 index_values LDAP_P((
        Backend *be,
        AttributeDescription *desc,
-       BVarray vals,
+       BerVarray vals,
        ID id,
        int op ));