summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-10-20 08:06:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:21:29 -0500
commit118c064a473562274bff8fb47f37437db904b8fb (patch)
tree669454db50418bb1d07ec5b1520bae6aecf9c941 /source4/lib/tdb/include
parent5370afe8c2d9f4b77711010f2ce9ea4fc33886c4 (diff)
downloadsamba-118c064a473562274bff8fb47f37437db904b8fb.tar.gz
samba-118c064a473562274bff8fb47f37437db904b8fb.tar.bz2
samba-118c064a473562274bff8fb47f37437db904b8fb.zip
r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0
this is in preparation of a merge in the other direction (This used to be commit db3211079fd594aa03c3b9bb3eb6ad86bdd32837)
Diffstat (limited to 'source4/lib/tdb/include')
-rw-r--r--source4/lib/tdb/include/tdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/tdb/include/tdb.h b/source4/lib/tdb/include/tdb.h
index af3792cbfe..8a2110ba6e 100644
--- a/source4/lib/tdb/include/tdb.h
+++ b/source4/lib/tdb/include/tdb.h
@@ -123,6 +123,7 @@ int tdb_transaction_commit(struct tdb_context *tdb);
int tdb_transaction_cancel(struct tdb_context *tdb);
int tdb_transaction_recover(struct tdb_context *tdb);
int tdb_get_seqnum(struct tdb_context *tdb);
+int tdb_hash_size(struct tdb_context *tdb);
/* Low level locking functions: use with care */
int tdb_chainlock(struct tdb_context *tdb, TDB_DATA key);