X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftdb1_private.h;h=13c51df9f344c4acc49b3da7b14abaf05499fbe5;hp=2e292ee0bc364144de59d11813c6423207e7e135;hb=ceb2f3eacbad917ee990afbc3dd800bfb0607887;hpb=cc2d609dfca7192305ad477b8c2b52cfdc1aa9be diff --git a/ccan/tdb2/tdb1_private.h b/ccan/tdb2/tdb1_private.h index 2e292ee0..13c51df9 100644 --- a/ccan/tdb2/tdb1_private.h +++ b/ccan/tdb2/tdb1_private.h @@ -142,8 +142,6 @@ int tdb1_recovery_area(struct tdb_context *tdb, const struct tdb1_methods *methods, tdb1_off_t *recovery_offset, struct tdb1_record *rec); -int tdb1_allrecord_lock(struct tdb_context *tdb, int ltype, - enum tdb_lock_flags flags, bool upgradable); int tdb1_allrecord_upgrade(struct tdb_context *tdb); int tdb1_write_lock_record(struct tdb_context *tdb, tdb1_off_t off); int tdb1_write_unlock_record(struct tdb_context *tdb, tdb1_off_t off);