summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-10-22 11:06:33 +1100
committerAndrew Tridgell <tridge@samba.org>2009-10-22 12:47:54 +1100
commit74ae8b90ae71446ccafab3a324087f2edf928b13 (patch)
tree793a1d546f88dbbe3b161069f68dfb11dc29b7c9 /source4/lib/ldb/ldb_tdb/ldb_tdb.h
parentc4cb0c520c4599d3d480a24b33473e304e172baf (diff)
downloadsamba-74ae8b90ae71446ccafab3a324087f2edf928b13.tar.gz
samba-74ae8b90ae71446ccafab3a324087f2edf928b13.tar.bz2
samba-74ae8b90ae71446ccafab3a324087f2edf928b13.zip
s4-ldb: expose ltdb_err_map and ltdb_delete_noindex
These will be used by ldb_index.c
Diffstat (limited to 'source4/lib/ldb/ldb_tdb/ldb_tdb.h')
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_tdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.h b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
index c5eec0a518..b3887a6c34 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_tdb.h
+++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
@@ -129,6 +129,8 @@ int ltdb_unlock_read(struct ldb_module *module);
struct TDB_DATA ltdb_key(struct ldb_module *module, struct ldb_dn *dn);
int ltdb_store(struct ldb_module *module, const struct ldb_message *msg, int flgs);
int ltdb_modify_internal(struct ldb_module *module, const struct ldb_message *msg);
+int ltdb_delete_noindex(struct ldb_module *module, struct ldb_dn *dn);
+int ltdb_err_map(enum TDB_ERROR tdb_code);
struct tdb_context *ltdb_wrap_open(TALLOC_CTX *mem_ctx,
const char *path, int hash_size, int tdb_flags,