]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/check.c
tdb2: make summary command handle recovery "dead zone"
[ccan] / ccan / tdb2 / check.c
index 3f5c5bd7fd3611ead3290d69f01ef77f1f145064..54f96bb0ea8283583faf91693decd8d467970423 100644 (file)
@@ -381,7 +381,7 @@ static bool check_free_list(struct tdb_context *tdb,
 }
 
 /* Slow, but should be very rare. */
 }
 
 /* Slow, but should be very rare. */
-static size_t dead_space(struct tdb_context *tdb, tdb_off_t off)
+size_t dead_space(struct tdb_context *tdb, tdb_off_t off)
 {
        size_t len;
 
 {
        size_t len;