summaryrefslogtreecommitdiff
path: root/lib/tdb/common/tdb_private.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2010-12-29 12:50:47 +1030
committerRusty Russell <rusty@rustcorp.com.au>2010-12-29 10:12:05 +0100
commitcac57328a6077dc428396402036636095f139569 (patch)
treeada85a847d12a29fe5246226cd08b1b6fda7b6e8 /lib/tdb/common/tdb_private.h
parent9b31f6ab6cce55824f3e62f59061085abc1240db (diff)
downloadsamba-cac57328a6077dc428396402036636095f139569.tar.gz
samba-cac57328a6077dc428396402036636095f139569.tar.bz2
samba-cac57328a6077dc428396402036636095f139569.zip
tdb: tdb_summary() support.
Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Dec 29 10:12:05 CET 2010 on sn-devel-104
Diffstat (limited to 'lib/tdb/common/tdb_private.h')
-rw-r--r--lib/tdb/common/tdb_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tdb/common/tdb_private.h b/lib/tdb/common/tdb_private.h
index 0c621636fa..0186fb9530 100644
--- a/lib/tdb/common/tdb_private.h
+++ b/lib/tdb/common/tdb_private.h
@@ -274,3 +274,4 @@ int tdb_transaction_recover(struct tdb_context *tdb);
void tdb_header_hash(struct tdb_context *tdb,
uint32_t *magic1_hash, uint32_t *magic2_hash);
unsigned int tdb_old_hash(TDB_DATA *key);
+size_t tdb_dead_space(struct tdb_context *tdb, tdb_off_t off);