X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Fprivate.h;h=5b960d5a3efc8dfa1d80726501a47f2db2b343c0;hp=97ae5e18575654a28814a355891c059472689164;hb=98c754ffe65bc335f66161d6cc8705d4ea2710ec;hpb=c8c3b3568677e8b0105f84e4ab068c580faf4591;ds=sidebyside diff --git a/ccan/tdb2/private.h b/ccan/tdb2/private.h index 97ae5e18..5b960d5a 100644 --- a/ccan/tdb2/private.h +++ b/ccan/tdb2/private.h @@ -646,6 +646,9 @@ int tdb1_allrecord_unlock(struct tdb_context *tdb, int ltype); int tdb1_transaction_recover(struct tdb_context *tdb); int tdb1_transaction_cancel(struct tdb_context *tdb); +/* tdb1_tdb.c: */ +int tdb1_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag); + /* tdb.c: */ enum TDB_ERROR COLD tdb_logerr(struct tdb_context *tdb, enum TDB_ERROR ecode,