X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Ftdb1.h;h=2855d0c1b033828acdb50b546f04ebf3f66ff898;hb=ef92843f2c74ab9d4fa7f167a2182e5e8955df91;hp=b565b1140889231fa5619f1547e4fc6afe1e3f02;hpb=6bc8ea012391198bc3898ae2937558b60dd55906;p=ccan diff --git a/ccan/tdb2/tdb1.h b/ccan/tdb2/tdb1.h index b565b114..2855d0c1 100644 --- a/ccan/tdb2/tdb1.h +++ b/ccan/tdb2/tdb1.h @@ -48,19 +48,12 @@ void tdb1_increment_seqnum_nonblock(struct tdb_context *tdb); uint64_t tdb1_incompatible_hash(const void *key, size_t len, uint64_t seed, void *); -int tdb1_check(struct tdb_context *tdb, - int (*check) (TDB_DATA key, TDB_DATA data, void *private_data), - void *private_data); - /* @} ******************************************************************/ /* wipe and repack */ int tdb1_wipe_all(struct tdb_context *tdb); int tdb1_repack(struct tdb_context *tdb); -/* Debug functions. Not used in production. */ -char *tdb1_summary(struct tdb_context *tdb); - extern TDB_DATA tdb1_null; #endif /* tdb1.h */