X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftdb1_summary.c;h=a2d2ae8f2fdbb31884e1dc08750d85680855335a;hp=61e1853579a0e43b021e07830b0291feef293fdc;hb=39f55294799c6443c0ad7bef09f1c113cf89d295;hpb=b929638e3cfe629285af3ecd0813e03eaeaa1133 diff --git a/ccan/tdb2/tdb1_summary.c b/ccan/tdb2/tdb1_summary.c index 61e18535..a2d2ae8f 100644 --- a/ccan/tdb2/tdb1_summary.c +++ b/ccan/tdb2/tdb1_summary.c @@ -84,7 +84,7 @@ static size_t get_hash_length(struct tdb1_context *tdb, unsigned int i) return count; } -_PUBLIC_ char *tdb1_summary(struct tdb1_context *tdb) +char *tdb1_summary(struct tdb1_context *tdb) { tdb1_off_t off, rec_off; struct tally freet, keys, data, dead, extra, hash, uncoal;