X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Fcheck.c;h=54f96bb0ea8283583faf91693decd8d467970423;hp=3f5c5bd7fd3611ead3290d69f01ef77f1f145064;hb=ec88af5dd11a003beb8cd3fbe420f9d5e5dcf5d9;hpb=d95645d52cea0c68cddfd72d21246394596d87e1 diff --git a/ccan/tdb2/check.c b/ccan/tdb2/check.c index 3f5c5bd7..54f96bb0 100644 --- a/ccan/tdb2/check.c +++ b/ccan/tdb2/check.c @@ -381,7 +381,7 @@ static bool check_free_list(struct tdb_context *tdb, } /* 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;