summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-12-19 10:56:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:07:31 -0500
commitcf4298874c01644eaedb8f80eec131ec5a220e08 (patch)
treea724565830c9bae132ffa5edd5fd287326c951ff /source4/lib/ldb/ldb_tdb/ldb_tdb.h
parent134769f9ad58c3431ddb2924e1231be3b16acdbe (diff)
downloadsamba-cf4298874c01644eaedb8f80eec131ec5a220e08.tar.gz
samba-cf4298874c01644eaedb8f80eec131ec5a220e08.tar.bz2
samba-cf4298874c01644eaedb8f80eec131ec5a220e08.zip
r4281: fixed an ldb indexing bug in ldb found by volker.
index entries were not always being removed on modify (This used to be commit 9c668e7b43dc2d82d3d639b64c53e887723ccba7)
Diffstat (limited to 'source4/lib/ldb/ldb_tdb/ldb_tdb.h')
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_tdb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.h b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
index 2cc25b3152..05311346f4 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_tdb.h
+++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
@@ -112,3 +112,7 @@ int ltdb_message_match(struct ldb_module *module,
struct ldb_parse_tree *tree,
const char *base,
enum ldb_scope scope);
+
+int ltdb_index_del_value(struct ldb_module *module, const char *dn,
+ struct ldb_message_element *el, int v_idx);
+