X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2Ftdb_private.h;h=babf01bd836f20dfbe771b6926e911b52d118260;hp=7482c84f725bcc4ad79fc312dfee82dbb11ffd74;hb=97648992fdd50535fe276261368c179df993202b;hpb=e93f84317390c2c5ff6f960ebba255d118ff497f diff --git a/ccan/tdb/tdb_private.h b/ccan/tdb/tdb_private.h index 7482c84f..babf01bd 100644 --- a/ccan/tdb/tdb_private.h +++ b/ccan/tdb/tdb_private.h @@ -304,4 +304,5 @@ int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, 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); #endif