]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/proto-bdb.h
misc fix for the component indexing commit
[openldap] / servers / slapd / back-bdb / proto-bdb.h
index 8480db421ed83b234f628f65ff1bda6e5323ccb4..672ab7804a743b57e688cad7e7ba805be0a62997 100644 (file)
@@ -34,6 +34,13 @@ LDAP_BEGIN_DECL
 #define bdb_attr_index_config          BDB_SYMBOL(attr_index_config)
 #define bdb_attr_index_destroy         BDB_SYMBOL(attr_index_destroy)
 
+#ifdef LDAP_COMP_MATCH
+#define bdb_attr_comp_ref                      BDB_SYMBOL(attr_comp_ref)
+void bdb_attr_comp_ref( struct bdb_info *bdb,
+       AttributeDescription *desc,
+       ComponentReference **cr );
+#endif
+
 void bdb_attr_mask( struct bdb_info *bdb,
        AttributeDescription *desc,
        slap_mask_t *indexmask );